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

Method alert_name

Lab_11/Source.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 cout << "Date of Birth: " << date_of_birth << endl;
58 }
59 void alert_name()
60 {
61 cout << "New name: ";
62 cin >> name;
63 }
64 void alert_salary()
65 {
66 cout << "New salary: ";

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected