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

Method showdata

Lab_17/Education.cpp:32–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 }
31
32 void showdata() {
33 if (HPQ == 1) {
34 cout << "Educational Qualification: Undergraduate\n";
35 }
36 else if (HPQ == 2) {
37 cout << "Educational Qualification: Graduate\n";
38 }
39 else if (HPQ == 3) {
40 cout << "Educational Qualification: Masters Degree\n";
41 }
42 else if (HPQ == 4) {
43 cout << "Educational Qualification: PHD\n";
44 }
45 }
46};
47
48class Staff {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected