A small startup software developer company requires to make a program which will compute pay of its employees. For third version of the program, company wishes the program to accept employee's name, number of hours that employee worked, and hourly pay rate. Program will then compute gross pay, show employee's name, number of hours worked, pay rate, and gross pay, but also compute and show net pay of the person after taxes have been computed and deducted. User will then be able to continue computing pay for extra employees until user decides to stop or until maximum number of employees is reached. Prepare gross pay and net pay functions, and give user input validation to check for valid user name. Hours worked is between 0 and 80 hours, and hourly wage is between $8.95 and $50. Employee information, comprising employee name, hours worked, and hourly pay is stored and will be retrieved from three separate lists.