| 98 | grade = 0.0; |
| 99 | } |
| 100 | void getdata() |
| 101 | { |
| 102 | Staff::getdata_code(); |
| 103 | Staff::getdata_name(); |
| 104 | cout << " Enter the grade: "; |
| 105 | cin >> grade; |
| 106 | } |
| 107 | void showdata() |
| 108 | { |
| 109 | Staff::showdata_code(); |
nothing calls this directly
no outgoing calls
no test coverage detected