What is a program that prompts the user to enter the cost


Problem: Programming with C ++

Complete the following programming assignment (number 20) at the end of Unit 4 in your textbook.

The cost of renting a room at a hotel is, say $100.00 per night. For special occasions, such as a wedding or conference, the hotel offers a special discount as follows: If the number of rooms booked is at least 10, the discount is 10%; at least 20, the discount is 20%; and at least 30, the discount is 30%. Also if rooms are booked for at least three days, then there is an additional 5% discount.

What is 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, and the sales tax (as a percent). The program outputs the cost of renting one room, the discount on each room as a percent, the number of rooms booked, the number of days the rooms are booked, the total cost of the rooms, the sales tax, and the total billing amount.

Format dollar amount to 2 decimal places and percentage to 1 decimal place. Use the constant values and user input values in your calculations.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: What is a program that prompts the user to enter the cost
Reference No:- TGS03232695

Expected delivery within 24 Hours