Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ getdata_code
Method
getdata_code
Lab_16/Source.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
cin >> name;
44
}
45
void getdata_code()
46
{
47
cout <<
" Enter employee code: "
;
48
cin >> code;
49
}
50
void showdata_name()
51
{
52
cout <<
" Name: "
<< name << endl;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected