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

Method getdata

Lab_17/Education.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 monthly_salary = 0.0;
142 }
143 void getdata() {
144 Typist::getdata();
145 cout << "Enter the monthly salary: "; cin >> monthly_salary;
146 }
147 void showdata() {
148 Typist::showdata();
149 cout << "Monthly salary: " << monthly_salary << endl;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected