| 14 | int HPQ; |
| 15 | public: |
| 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: " ; |
nothing calls this directly
no outgoing calls
no test coverage detected