Write a program using an array.
The array contains the hours worked for 5 employees. These hours are entered by the user. All employees earn the same hourly wage. The program will calculate the gross pay for each employee.
- ask the user to enter the hours worked - refer to employee as employee 1,2,etc.
- ask the use for the hourly wage
- display the gross pay for each employee
- display gross pay with 2 decimal places (not shown in sample output)
Sample of the Output below: