Write a C++ program that prompts the user to enter the number of hours required to install a hardwood floor. Display the number of complete eight-hour work days required for the job, as well as the remaining hours needed in the last day. Compute and display the total cost of the job at $200 per day plus $40 per hour for any partial day. Save the file as Floor.cpp