| 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 | |
| 22 | public: |
| 23 | void TakeData() |
nothing calls this directly
no outgoing calls
no test coverage detected