Hi,
I am learning how to use pseudocode from a book and I came to this problem it wants me to do. I've been trying and I can't do it. If anyone would be able to do it and maybe explain it, that would help me alot. you can email it to [email protected]
Here is the problem.
A small startup software developer company needs to create a program that will calculate the pay of its employees. The company wants the program to accept an employee's name, the number of hours that the employee worked, and the hourly pay rate. The program will then calculate the gross pay, display the employee's name, number of hours worked, pay rate, and gross pay, but also calculate and display the net pay of the person after taxes have been calculated and deducted. The user will then be able to continue calculating the pay for additional employees until the user decides to stop. The user will then be able to continue calculating the pay for additional employees until the user decides to stop or until the maximum number of employees is reached. Create gross pay and net pay functions, and provide user input validation to check for a valid user name. Hours worked is between 0 and 80 hours, and the hourly wage is between $8.95 and $50.
- Add new comment
- 14 views