MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / total_salary

Method total_salary

Lab_10/studentCourseEvaluation.cpp:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 return Rate;
90 }
91 double total_salary()
92 {
93 int total;
94 total = Hours * Rate;
95 return total;
96 }
97};
98
99int main()

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected