Temp Employer wants a program that will allow the company’s

clerk to enter an employee’s name and the number of hours the
employee works every month. (The number of hours worked will
always be an integer). The program will display the name,
numbers of weeks(assume a 40-hour week), days(assume an
eight-hour day), and hours worked. For example, if the employee
enters the number 70, the program will display the employee’s
name, then 1 week, 3 days and 6 hours.

a) List the input, process and output
b) Draw the flowchart
c) Write a program in C++