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

Method getdata

Lab_16/Source.cpp:173–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 daily_wage = 0.0;
172 }
173 void getdata()
174 {
175 Typist::getdata();
176 cout << " Enter the daily wage: ";
177 cin >> daily_wage;
178 }
179 void showdata()
180 {
181 Typist::showdata();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected