number of floors in the hotel. The number of floors may not exceed 5. The User then enters the total number of rooms for each floor. The program then asks specifically the number of occupied rooms for...


Submit a flow chart


number of floors in the hotel. The number of floors may not exceed 5. The User then<br>enters the total number of rooms for each floor. The program then asks specifically the<br>number of occupied rooms for each room type on this floor. The total number of rooms on<br>each floor may not exceed 30 and the program should check that the total number of<br>occupied rooms on each floor does not exceed the total of rooms on that floor.<br>After the information is entered for each floor, the program calculates the following:<br>- Hotel income (based on the room type and its rate),<br>- The total number of occupied rooms,<br>- Total number of the uncopied rooms,<br>- The rate of occupancy,<br>Floor number with the minimum number of rooms. (Assume no two floors have the<br>same number of rooms).<br>A message to improve the occupancy rate for the occupancy rate of less than 60%.<br>- Programmer's full name<br>- Project number<br>- Project due date<br>Project Specifications<br>-Use constant variables to hold room rates, max and min # of floors and rooms.<br>-The program should continuously ask for the correct floor number if it is not within the<br>range of 1 and 5.<br>-The program should continuously ask for the correct number of rooms for each floor if it<br>is not within the range of 1 and 30.<br>-The program should repeat the process of asking the number of rooms on the floor and<br>number of occupied rooms if the total number of occupied rooms exceeds the total<br>number of rooms on the floor.<br>

Extracted text: number of floors in the hotel. The number of floors may not exceed 5. The User then enters the total number of rooms for each floor. The program then asks specifically the number of occupied rooms for each room type on this floor. The total number of rooms on each floor may not exceed 30 and the program should check that the total number of occupied rooms on each floor does not exceed the total of rooms on that floor. After the information is entered for each floor, the program calculates the following: - Hotel income (based on the room type and its rate), - The total number of occupied rooms, - Total number of the uncopied rooms, - The rate of occupancy, Floor number with the minimum number of rooms. (Assume no two floors have the same number of rooms). A message to improve the occupancy rate for the occupancy rate of less than 60%. - Programmer's full name - Project number - Project due date Project Specifications -Use constant variables to hold room rates, max and min # of floors and rooms. -The program should continuously ask for the correct floor number if it is not within the range of 1 and 5. -The program should continuously ask for the correct number of rooms for each floor if it is not within the range of 1 and 30. -The program should repeat the process of asking the number of rooms on the floor and number of occupied rooms if the total number of occupied rooms exceeds the total number of rooms on the floor.
Repetition control structure<br>The do.. while/while statements<br>o The for statement<br>Input validation<br>'o Use a repetition control structure for EACH user input<br>Project Description<br>The BlueMont chain hotels have 4 different types of room:<br>Single room: $60/night<br>Double room: $75/night<br>King room: $100/night<br>Suite room: $150/night<br>The size of the hotel chains in different locations may be different in terms of the number<br>of floors and the type and the number of rooms on each floor.<br>You are required to write a program that calculates the occupancy rate and the total hotel<br>income for one night and displays this information as well as some other information<br>described below.<br>The program starts by asking the location where this hotel chain is located and the<br>number of floors in the hotel. The number of floors may not exceed 5. The User then<br>enters the total number of rooms for each floor. The program then asks specifically the<br>number of occupied rooms for each room type on this floor. The total number of rooms on<br>each floor may not exceed 30 and the program should check that the total number of<br>occupied rooms on each floor does not exceed the total of rooms on that floor.<br>After the information is entered for each floor, the program calculates the following:<br>- Hotel income (based on the room type and its rate),<br>The total number of occupied rooms,<br>Total number of the uncopied rooms,<br>- The rate of occupancy,<br>Floor number with the minimum number of rooms. (Assume no two floors have the<br>same number of rooms).<br>- A message to improve the occupancy rate for the occupancy rate of less than 60%.<br>Programmer's full name<br>- Project number<br>

Extracted text: Repetition control structure The do.. while/while statements o The for statement Input validation 'o Use a repetition control structure for EACH user input Project Description The BlueMont chain hotels have 4 different types of room: Single room: $60/night Double room: $75/night King room: $100/night Suite room: $150/night The size of the hotel chains in different locations may be different in terms of the number of floors and the type and the number of rooms on each floor. You are required to write a program that calculates the occupancy rate and the total hotel income for one night and displays this information as well as some other information described below. The program starts by asking the location where this hotel chain is located and the number of floors in the hotel. The number of floors may not exceed 5. The User then enters the total number of rooms for each floor. The program then asks specifically the number of occupied rooms for each room type on this floor. The total number of rooms on each floor may not exceed 30 and the program should check that the total number of occupied rooms on each floor does not exceed the total of rooms on that floor. After the information is entered for each floor, the program calculates the following: - Hotel income (based on the room type and its rate), The total number of occupied rooms, Total number of the uncopied rooms, - The rate of occupancy, Floor number with the minimum number of rooms. (Assume no two floors have the same number of rooms). - A message to improve the occupancy rate for the occupancy rate of less than 60%. Programmer's full name - Project number
Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here