A small startup software developer company needs to create a program that will calculate the pay of its employees. For the third version of the program, the company wants the program to accept an employee's name, the number of hours 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 or until the maximum number of employees is reached.
Gross Pay Tax Rate
less than $1,500 .15
between $1,500 and $2,999 .19
between $3,000 and $4,499 .21
between $4,500 and $5,999 .23
over $6,000 .27
1. Create a Visual Logic Flow Chart
2. Create Pseudocode
3. Create desk check