Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ showexpr
Method
showexpr
Lab_16/Source.cpp:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
cin >> experience;
249
}
250
void showexpr()
251
{
252
cout <<
" EXPERIENCE: "
<< experience << endl;
253
}
254
};
255
256
class Master : public Account, public Admin
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected