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

Method getdata_code

Lab_17/Education.cpp:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected