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

Method Regular_Typist

Lab_17/Education.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 float monthly_salary;
139public:
140 Regular_Typist() {
141 monthly_salary = 0.0;
142 }
143 void getdata() {
144 Typist::getdata();
145 cout << "Enter the monthly salary: "; cin >> monthly_salary;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected