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

Method alert_date

Lab_11/Source.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 cin >> salary;
68 }
69 void alert_date()
70 {
71 cout << "New Date of Birth: ";
72 cin >> date_of_birth;
73 }
74};
75
76// Program #3

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected