Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hotel Bookings with Discounts In this assignment, you will write a C + + program that meets the requirements detailed in the instructions below. Use
Hotel Bookings with Discounts
In this assignment, you will write a C program that meets the requirements detailed in the instructions below. Use the Assignment Template to insert the following deliverables.
Deliverables:
A description of your program.
Your C source code do not submit screenshots
A screenshot of your program running.
A short reflection outlining your experience developing the program.
Additional Deliverables:
The cpp files
Program Instructions
The cost of renting a room at a hotel is say $ per night. For special occasions, such as a wedding or conferences, the hotel offers a special discount as follows.
If the number of rooms booked is:
at least the discount is
at least the discount is
at least the discount is
Also if rooms are booked for at least three days, then there is an additional discount.
Instructions
Write a program that prompts the user to enter:
The cost of renting one room
The number of rooms booked
The number of days the rooms are booked
The sales tax as a percent
The program outputs:
The cost of renting one room
The discount on each room is a percent
The number of rooms booked
The number of days the rooms are booked
The total cost of the rooms
The sales tax
The total billing amount.
Your program must use appropriately named constants to store special values such as various discounts.
Since your program handles currency, make sure to use a data type that can store decimals with a precision to decimals.
Compile and run the program.
Next:
Insert required code and screenshots into the template document linked above and complete as directed.
Submit the document AND cppfiles separately to the assignment Dropbox in Blackboard.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started