27 Jun ProgrammingAssignment
ProgrammingAssignment3
Project Goals
Please Code using C
The goal of this project is to:
- Familiarize students with functions
- Provide students with continued practice with expressions and selection.
Important Notes:
- Formatting: Make sure that you follow the precise recommendations for the output content and formatting. For your testing purposes, the autograder will be comparing your output to that of the example executable.
- Comments: Header comments are required on all files and recommended for the rest of the program. Points will be deducted if no header comments are included.
- Filename: Save your program as
hotels.c
Program
Hope you enjoyed your stay!
We’re going to create a reservation making system to incorporate discounts for longer stays.
Well be getting the customers number of nights and well also be getting the type of the room, which should be one of the following letters: D, Q, or K (for Double, Queen, or King). Well do that for two reservations.
To be able to advise the user on which reservation they should choose, we’re going to have to make some calculations. First we’ll need to determine the price per night. Double rooms go for $59.99 per night, Queen rooms are $69.99 per night, and King rooms are $79.99 per night.
Then we’ll need to determine the discount. For every night over 2, a 15% discount should be applied. For example, if the stay is for 4 nights, then a 30% discount would be applied to the overall price.
Finally, we need to let the user know which stay is the cheapest or if they’re the same cost.
Input:
The user should be prompted for a set of two values which represent the number of nights and the room type for the first reservation. The number of nights should be a whole number. The room type should be a single letter. The user should enter both values on one line, separated by spaces. The user should then be prompted for the remaining reservation.
Example (the highlighted part is what the program displays and the italicized part is the user input): Reservation 1 (#nights type): 3 D
The example executable:
An example executable is provided in this repository. You should be able to run it from your project folder. If you encounter a permission denied error when attempting to run the executable, type chmod u+x hotelsExecutable into the terminal and try running the executable again.
Requirements
main()
Functionality: The main function should prompt the user for two reservations. The room rate for each room for each reservation must be determined. Then the reservation total for each reservation can be calculated. A message should be displayed advising the user on which reservation is the better deal.
In addition to the main functions, your program should have 2 more functions:
getRoomRate()
Input Parameters: room type
Returned Output: room rate
Functionality: Given the type of room, this function should return the appropriate room rate.
calcReservation()
Input Parameters: room rate, number of nights
Returned Output: total reservation price
Functionality: Given the room rate and number of nights, this function should return the total reservation price with any applicable discount applied.
Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteEdu. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.
Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.
Do you need help with this question?
Get assignment help from WriteEdu.com Paper Writing Website and forget about your problems.
WriteEdu provides custom & cheap essay writing 100% original, plagiarism free essays, assignments & dissertations.
With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.
Chat with us today! We are always waiting to answer all your questions.