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

Method getdata

Lab_16/Source.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 publications = 0;
71 }
72 void getdata()
73 {
74 Staff::getdata_code();
75 Staff::getdata_name();
76 cout << " Enter subject: ";
77 cin >> subject;
78 cout << " Enter number of publications: ";
79 cin >> publications;
80 }
81 void showdata()
82 {
83 Staff::showdata_code();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected