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