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

Method Casual_Typist

Lab_17/Education.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 float daily_wage;
156public:
157 Casual_Typist() {
158 daily_wage = 0.0;
159 }
160 void getdata() {
161 Typist::getdata();
162 cout << "Enter the daily wage: "; cin >> daily_wage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected