Question: I want it exactly the same like the picture below like almost copy and paste but diff words Using namespace and pause and everything he's
9. Hotel Occupancy Write a program that calculates the occupancy rate for a hotel. The program should start by asking the user how many floors the hotel has. A loop should then iterate once for each floor. In each iteration, the loop should ask the user for the number of rooms on the floor and how many of them are occupied. After all the iterations, the program should display how many rooms the hotel has, how many of them are occupied, how many are unoccupied, and the percentage of rooms that are occupied. The percentage may be calculated by dividing the number of rooms occupied by the number of rooms. NOTE: It is traditional that most hotels do not have a thirteenth floor. The loop in this program should skip the entire thirteenth iteration. Programming Challenges Input Validation: Do not accept a value less than 1 for the number of floors. Do not accept a mumber less than 10 for the mamber of rooms on a floor. 10. Average Rainfall Microsoft Visual Studi t View Project Build Incredibuild Debug Team Tools Test R Tools Analyce Window Help Debug (Global Scopel eincludecstring 8 sing nanespace std ant "in() 1e /Nariable Declaration int const MIN MP.-FLOORS-1; int const MIN NU ROORS-1 int const THERTEENTH FLOOR-13 //Prompt cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
