Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

*PLEASE WRITE IN C++ LANGUAGE. *EACH MUST BE THERE OWN SEPARATE PROGRAM. 1) User

ID: 2247743 • Letter: #

Question

*PLEASE WRITE IN C++ LANGUAGE.

*EACH MUST BE THERE OWN SEPARATE PROGRAM.

1) User will enter the rate and hours, then the program should display the Pay. If the employee works more than 40 hours he should get paid with an overtime rate which is 1.5 the regular rate.

2) User will enter the width and height of a Rectangle then the program will calculate and display the area and the perimeters of any rectangle, the program should check if the user is entering a positive value or not, if the user enter a negative value for the width or the height display an error message.

3) Write a program that computes and display the number of minutes hours and seconds in a given number of days

Explanation / Answer

3.