| 243 | experience = 0; |
| 244 | } |
| 245 | void getexpr() |
| 246 | { |
| 247 | cout << " Enter experience in years: "; |
| 248 | cin >> experience; |
| 249 | } |
| 250 | void showexpr() |
| 251 | { |
| 252 | cout << " EXPERIENCE: " << experience << endl; |
nothing calls this directly
no outgoing calls
no test coverage detected