| 122 | speed = 0; |
| 123 | } |
| 124 | void getdata() { |
| 125 | Staff::getdata_code(); |
| 126 | Staff::getdata_name(); |
| 127 | cout << "Enter the speed (wprds/min): "; cin >> speed; |
| 128 | } |
| 129 | void showdata() { |
| 130 | Staff::showdata_code(); |
| 131 | Staff::showdata_name(); |
no outgoing calls
no test coverage detected