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

Method showdata

Lab_17/Education.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 cout << "Enter the speed (wprds/min): "; cin >> speed;
128 }
129 void showdata() {
130 Staff::showdata_code();
131 Staff::showdata_name();
132 cout << "Speed (words/min): " << speed << endl;
133 }
134};
135
136class Regular_Typist : public Typist {

Callers 1

F_First_Program_MenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected