Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

occupancy rate = Number of rooms occupied / Total number of rooms. Write a python program that caculates the occupancy for each floor of the

occupancy rate = Number of rooms occupied / Total number of rooms. Write a python program that caculates the occupancy for each floor of the hotel. The program should start by asking for the number of floors in the hotel. a loop should then iterate once for each floor. During each iteration, the loop should ask the user for the number of rooms on the floor and the number of them that are occupied. After all the iterations, the program should display the number of rooms the hotel has, the number of them that are occupied, the number that are vacant and the occupancy rate for the hotel.

Input validatio: Do not accept a value of less than 1 for the number of floors. do not accept a number less than 10 for the rooms on a floor.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions