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

Method Education

Lab_17/Education.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 int HPQ;
15public:
16 Education() {
17 HPQ = 0;
18 }
19 void getdata() {
20 cout << "\n1. Undergraduate 2. Graduate 3. Masters Degree 4. PHD\n";
21 cout << "Enter Educational Qualification: " ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected