MCPcopy Create free account
hub / github.com/Rustam-Z/cpp-programming / getexpr

Method getexpr

Lab_16/Source.cpp:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected