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

Method showdata_name

Lab_17/Education.cpp:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 cout << "Enter employee code: " ; cin >> code;
62 }
63 void showdata_name() {
64 cout << "Employee name: " << name << endl;
65 }
66 void showdata_code() {
67 cout << "Employee code: " << code << endl;
68 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected