Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ alert_salary
Method
alert_salary
Lab_11/Source.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
cin >> name;
63
}
64
void alert_salary()
65
{
66
cout <<
"New salary: "
;
67
cin >> salary;
68
}
69
void alert_date()
70
{
71
cout <<
"New Date of Birth: "
;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected