[solved] – Question 9966
Write a program using pseudocode and C++ to let a user to accept qualification & number of employees experience depending with a following:
Qualification is Bachelors and experience more than or equal to 2 then print Lecture
Qualification is Master and experience more than 6 then print Assoc Prof
Qualification is PHD and experience more than 10 then print Prof
If not, it will print Invalid Data.
Expert Answer
OR