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

Method getdata

Lab_16/Source.cpp:150–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 monthly_salary = 0.0;
149 }
150 void getdata()
151 {
152 Typist::getdata();
153 cout << " Enter the monthly salary: ";
154 cin >> monthly_salary;
155 }
156 void showdata()
157 {
158 Typist::showdata();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected