Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A hotel manager is looking for a Java programmer who can develop a reservation system that shall maintain information about the hotel guests and can

image text in transcribedimage text in transcribed

A hotel manager is looking for a Java programmer who can develop a reservation system that shall maintain information about the hotel guests and can manage the reservation of hotel rooms. To solve this problem you are required to do the following: 1. Create a java class reservation that has data members : guestName, passportNo, CheckInDay, CheckInMonth, , CheckOutDay, CheckoutMonth, and pricePerNight (0.5 Mark) 2. Create a method setAll(), that shall fill the class data members. (0.5 Mark) 3. Create a method calculate Nights(), this method shall return the number of nights that the guest stayed in the hotel. Consider that all the year months has 30 days. (3 Marks) 4. Create a method invoice(). This method shall return the room total price. The total price includes the total cost of staying in the hotel for number of nights in addition to 20% municipality tax. (2 Marks) 5. Create a method printlnvoice), this method shall return the following: (2 Marks) Guest name. - Passport number. - Check-in date - Check-out date. - Number of nights - Total cost before and after tax. 6. Write a main class and test your program. 7. Declare one objects guest1 and fill the objects data from the keyboard. (1 Mark) 8. Print the invoice of guest1 in a nice format. (1 Mark)

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

Step: 3

blur-text-image

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

Project Management in Practice

Authors: Samuel J. Mantel Jr., Jack R. Meredith, Sco

4th edition

470533013, 978-0470533017

Students also viewed these Databases questions