| 58 | cout << "Enter employee name: " ; cin >> name; |
| 59 | } |
| 60 | void getdata_code() { |
| 61 | cout << "Enter employee code: " ; cin >> code; |
| 62 | } |
| 63 | void showdata_name() { |
| 64 | cout << "Employee name: " << name << endl; |
| 65 | } |
nothing calls this directly
no outgoing calls
no test coverage detected