Hello.
I'm pretty new to the world of C++. I'm trying to write a program that shows the pay of different levels of employees:
managers -code 1- are on salary
hourlies -code 2- get str8time for 40 hours, then time & a half
commission -code 3- base of $250 + 5.7% of sales
pieceworkers -code 4- fixed amount for every piece worked on
I'm stuck on how to designate the code 1, code 2, etc. for each classification.
Any help would be super!
-Clifton