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

Method showdata

Lab_17/Education.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162 cout << "Enter the daily wage: "; cin >> daily_wage;
163 }
164 void showdata() {
165 Typist::showdata();
166 cout << "Daily wage: " << daily_wage << endl;
167 }
168};
169
170int main() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected