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

Method showdata

Lab_16/Source.cpp:132–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 cin >> speed;
131 }
132 void showdata()
133 {
134 Staff::showdata_code();
135 Staff::showdata_name();
136 cout << " Speed (words/min): " << speed << endl;
137 }
138};
139
140class Regular_Typist : public Typist

Callers 1

F_First_Program_MenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected