Problem
A local business has been doing payroll manually and wants to automate the process. You are going to provide a proof of concept to demonstrate how data will be entered and payroll calculated. The user will enter an employee name, hours worked, hourly rate, and income tax rate. The program will calculate the income taxes and net pay. After all data is entered, employee name, hours worked, hourly rate, gross pay, income tax rate, income taxes, and net pay will be displayed. When the user enters "End" for the employee name, the loop will terminate and the program will display the total number of employees, total hours worked, total gross pay, total income taxes, and total net pay for all employees.