Write, compile and run a C++ program named that reads in one integer that represents a total number of hours and then displays the equivalent number of weeks, days and hours, all properly labeled.
Have your program only do the calculation if the user enters a number less than 30,000 hours.
Sample run:
Input a whole number of hours less than 30,000:
7683
There are 45 weeks, 5 days and 3 hours in 7683 hours.