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