Payroll Program with Input Validation
Design and write a payroll program that will prompt the user to enter an employee's hourly pay rate and the number of hours worked. Validate the user's input so that only the pay rates in the range of $7.50 and $18.25 and hours in the range of 0 through 40 are accepted. The program should display the gross pay of a company's employee.
Required components:
1) Software Requirements
2) Algorithm
3) Hierarchy Chart
4) Pseudocode