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

Method getdata

Lab_17/Education.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 daily_wage = 0.0;
159 }
160 void getdata() {
161 Typist::getdata();
162 cout << "Enter the daily wage: "; cin >> daily_wage;
163 }
164 void showdata() {
165 Typist::showdata();
166 cout << "Daily wage: " << daily_wage << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected