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

Method getdata_name

Lab_17/Education.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 name = "Unknown";
56 }
57 void getdata_name() {
58 cout << "Enter employee name: " ; cin >> name;
59 }
60 void getdata_code() {
61 cout << "Enter employee code: " ; cin >> code;
62 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected