Question: jus question 2 4 10 (20 points) Write a COMPLETE C++ program (including comments!) that asks the user to input the number of total hours

jus question 2
4 10 (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 uer types in 362 for the hours, the output will be: 2 weeks (s) and 1 day(s) and 2 hours (s) (20 points) Change the following switch statement to an if. .else statement: switch (letter) case 'a: case 'z cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
