| 55 | name = "Unknown"; |
| 56 | } |
| 57 | void getdata_name() { |
| 58 | cout << "Enter employee name: " ; cin >> name; |
| 59 | } |
| 60 | void getdata_code() { |
| 61 | cout << "Enter employee code: " ; cin >> code; |
| 62 | } |
nothing calls this directly
no outgoing calls
no test coverage detected