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

Method getdata

Lab_16/Source.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

F_First_Program_MenuFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected