The vacation program will need to prompt a user several different options for the user to pick from. This will be executed in the Menu class. You will create a menu class for several objects that you have not created as of yet along with the Hotel and Guest classes. You will also create a class called Vacation that will contain a main method that will run your program.
Menu Requirements:
The Menu class will be created in a package called userPackage
Constructor
Methods
display method
hotel method
guest method
Create empty methods for airline method and rental car method
Create instance variables as needed
Create a class called Vacation
This class will be contained in the same userPackage
This class will only have one method called main. In main, you will create an object of Menu. That is all that will be contained in main.
Running your code:
For the first time, you will be able to run your code. Please execute the code and perform the following:
Video Walkthru
I have created a video walkthru of the assignment. Please follow the video to complete the assignment.Submit the Menu.java file and the Vacation.java file. Submit a word document or PDF that contains a screenshot of the console with the code executed.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here