Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.

QUESTION

Program 6 - Repetition Structures Write a program that calculates the occupancy rate for a hotel. The program should start by asking the user how...

I need help with this assignment. Please help. Thank You.

Program 6 - Repetition Structures Write a program that calculates the occupancy rate for a hotel. The program shouldstart by asking the user how many floors the hotel has. A loop should then iterate oncefor each floor. In each iteration, the loop should ask the user for the number of roomson the floor and how many of them are occupied. After all the iterations. the programshould display how many rooms the hotel has. how many of them are occupied. howmany are unoccupied, and the percentage of rooms that are occupied. The percentagemay be calculated by dividing the number of rooms occupied by the number of rooms. Run your program twice with the following data: Run 1 Run 2 Floors on the hotel: 5 Floors on the hotel: 6 Rooms on floor 1: 10 Rooms on floor 1: 12Rooms occupied: 5 Rooms occupied: 8 Rooms on floor : 12 Rooms on floor : llRooms occupied: Rooms occupied: Rooms on floor : Rooms on floorRooms occupied: Rooms occupied: Rooms on floor : Rooms on floorRooms occupied: Rooms occupied: Rooms on floor : Rooms on floorRooms occupied: Rooms occupied: Rooms on floorRooms occupied: Run your program two times with the data above. Copy and paste the outputs to a file.
Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question