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

Method getdata

Lab_17/Education.cpp:81–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 publications = 0;
80 }
81 void getdata() {
82 Staff::getdata_code();
83 Staff::getdata_name();
84 Education::getdata();
85 cout << "Enter subject: " ; cin >> subject;
86 cout << "Enter number of publications: " ; cin >> publications;
87 }
88 void showdata() {
89 Staff::showdata_code();
90 Staff::showdata_name();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected