im stuck with this problem

hello everyone,
im taking c++ this semester and i have a problem with this assignment i only know basic stuff in c++ programing.
the assignment is:
An educational institution has employees classified as follows:
1-Administrative(A)
2-Faculty(F)
3-Maintence(M)
4-secretarial(s)
5-Classified(C)
6-Part-Time(P)
Each groups pay is calculated differently. Use case method and include Error routine.

please guys i need your help its blowing my mind.
is that the whole assignment?
elaborate if ya can
that is all i have on the paper he gave us. he wants us to write a program using quincy 2005.
closed account (L1AkoG1T)
If I'm understanding you correctly, you could have the user input a variable. Then, you could use a switch statement to see what institution the user is in, and then proceed to calculate the pay, and display it.
Topic archived. No new replies allowed.