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

Method getdata

Lab_17/Education.cpp:103–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected