Problem Description
The owners of the Super Supermarket want to compute the gross weekly pay of their employees. Each employee name, ID number, hours worked, overtime hours worked, and pay rate per hour (overtime will be figured as time-and-a-half) are to be input. The problem should output these values and the corresponding gross pay.Input Requirements
The program should prompt the user for each item to be input.SUPER SUPERMARKETS, INC
Employee Pay Calculator
Employee name?
ID number?
Regular hours worked?
Overtime hours worked?
Hourly rate of pay?
Output Requirements
Use a PRINT statement to print results to the monitor.Clear the screen and then print the output in BRIGHT BLUE on a BLACK background.
Your Name Here
Employee name ID#
Regular hours worked ##
Overtime hours worked ##
Hourly pay rate $##.##
Gross pay $####.##
Sample Output
Here are screenshots of my code running.Lab assignment #3 - input
Lab assignment #3 - output
Due Date:
Tuesday, October 22nd, 8am