Question: II. (20 points) Write a COMPLETE C++ program (including comments!) that asks the user to input the number of total hours it took for

II. (20 points) Write a COMPLETE C++ program (including comments!) that asks the user to input the number of total hours it took for the computer to process the result of a complicated program. The program then prints the duration of the job in a nicer form; i.e. it prints out the number of total weeks, then (for the part left over) days and (for the part left) hours that the job took. For example, if the user types in 362 for the hours, the output will be: 2 weeks (s) and 1 day(s) and 2 hours (s)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
