Help, Please help me with a program that will prompt the user for the following:
1. First Name
2. Last Name
3. Hourly or Salary
a. If hourly then ask for the following
i. Hours worked
ii. Pay Rate
1. If the hours worked is greater than 40 hours then you must calculate total pay for the first 40 hours at the pay rate given and then calculate hours above 40 at time and a half
b. If salary then ask for a level (You should have at least 2 levels for salaried folks)
i. Level 1 is for recent college grads who are trying to work their way up the ladder and get paid poor wages for a 40 hour work week. (But really they expect 60 hours from you)
ii. Level 2 is for executives who have been there long enough to be in a position to hire college grads to do all their work for them so they can enjoy their weekends and evenings.
iii. The bottom line is just set to constant variables with the yearly salary for either level and calculate the pay based on bi-weekly pay schedule.
4. Be able to print/show the results for the date taken in after all data has been entered.
5. Please put this into a loop that will allow more than one entry.
Thanks for your time and patience
-CHEERS