Hourly Pay Rate Program 2 Write a program that prompts a user for an hourly pay
ID: 3647555 • Letter: H
Question
Hourly Pay Rate Program 2Write a program that prompts a user for an hourly pay rate. The program should justify the following conditions:
If the user enters values less than $7.50 or greater than $49.99, prompt the user to enter the value again.
If the user enters an invalid value in the second attempt, display an appropriate error message.
If the user enters a valid value on either the first or second attempt, display the pay rate as well as the weekly rate, which is calculated as forty times the hourly rate.
Save the program as SecondChancePayRate.es.