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

Method ctotal

Lab_10/studentCourseEvaluation.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 double english_Score;
15 double total_Score;
16 double ctotal()
17 {
18 total_Score = OOP2_Score + math_Score + english_Score;
19 return total_Score;
20 }
21
22public:
23 void TakeData()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected