C++ hotel occupancy program | Computer Science homework help
Write a program that calculates the occupancy rate for a hotel (Using basic C++ like forloops,ifelse,while, etc. NO functions/arrays) The program should meet the following requirements: Displays a title, and welcome message to the user. Ask the user how many floors the hotel has (do not accept an answer less than 1). For each floor, ask the user to enter the total number of […]