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

Method getdata

Lab_16/Source.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 grade = 0.0;
99 }
100 void getdata()
101 {
102 Staff::getdata_code();
103 Staff::getdata_name();
104 cout << " Enter the grade: ";
105 cin >> grade;
106 }
107 void showdata()
108 {
109 Staff::showdata_code();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected