Create a python program to run the data successfully.
The Stariott hotel has several different types of rooms that its patrons can request. Its categories of rooms are:
Room Type Room Code Daily Rate
Galaxy Suite g $120
Regency Suite r $160.
Lunar Palace p $200
Sapphire s $140
Imperial Suite I $110
Lovers Den d $150
Stariott also has different classes of customers based on their history with the hotel. Some classes receive discounts on the daily room rates.
Stariott’s classes of customers and their discount rates are:
Customer Type Customer Code Discount Rate
Regular R 0%
Elite E 9%
Diamond D 8%
Gold G 6%
Silver S 5%
Develop a program that will prompt the user to enter a customer’s name, the customer’s customer type code, the room type code for the reservation being requested and the number of days the room is being reserved for. The program must calculate and display the quoted cost of the room reservation.
Output Format:
Customer – xxxxxxxxxxx
Customer Type – xxxxxxxxxx
Room Type Requested – xxxxxxxxxx
Number of Days Requested - ##
Reservation Cost - $##,###.##