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

Method getdata

Lab_17/Education.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 speed = 0;
123 }
124 void getdata() {
125 Staff::getdata_code();
126 Staff::getdata_name();
127 cout << "Enter the speed (wprds/min): "; cin >> speed;
128 }
129 void showdata() {
130 Staff::showdata_code();
131 Staff::showdata_name();

Callers 1

F_First_Program_MenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected