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

Method showdata

Lab_16/Source.cpp:107–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105 cin >> grade;
106 }
107 void showdata()
108 {
109 Staff::showdata_code();
110 Staff::showdata_name();
111 cout << " Grade: " << grade << endl;
112 }
113};
114
115class Typist : public Staff

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected