Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hotel Suites Occupancy Write a program that calculates the occupancy rate and profitability (on a particular day) of the 120 suites (20 per floor) located

image text in transcribed
Hotel Suites Occupancy Write a program that calculates the occupancy rate and profitability (on a particular day) of the 120 suites (20 per floor) located on the top 6 floors of a 15-story luxury hotel. These are floors 10-12 and 14-16 because, like many hotels, there is no 13th floor. Solve the problem by using a single loop that loops once for each floor between 10 and 16 and, on each iteration, asks the user to input the number of suites occupied on that floor. After all the iterations, the program should display how many suites the hotel has, how many of them are occupied, and what percentage of them are occupied. In addition, your program must calculate and display the profit for the day for the hotel considering the following. Cost of running the hotel is $20.00 per suite per day. Suites in floors 10-12 rent for $200.00 per day. Suites in floors 14-16 rent for $250.00 per day. Input Validation: Do not accept a value less than 0 or more than 20 for the number of suites occupied on a given floor. Submission guidelines: Send your Assignment2.c file as attachments to my email, with the subject Assignment 2

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

Database Systems For Advanced Applications 17th International Conference Dasfaa 2012 Busan South Korea April 2012 Proceedings Part 1 Lncs 7238

Authors: Sang-goo Lee ,Zhiyong Peng ,Xiaofang Zhou ,Yang-Sae Moon ,Rainer Unland ,Jaesoo Yoo

2012 Edition

364229037X, 978-3642290374

More Books

Students also viewed these Databases questions

Question

Write a letter asking them to refund your $1,500 down payment.

Answered: 1 week ago