Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rustam-Z/cpp-programming
/ showdata
Method
showdata
Lab_16/Source.cpp:179–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
cin >> daily_wage;
178
}
179
void showdata()
180
{
181
Typist::showdata();
182
cout <<
" Daily wage: "
<< daily_wage << endl;
183
}
184
};
185
186
// Second program classes
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected