« All Events
7 PM – Intro To Java – Gamas
December 16, 2021 @ 7:00 pm - 8:00 pm
Homework
- Continue adding codes inside Dec9RestaurantSystem.java. You want to add the code so it can do like below. The code should be similar to Dec2OOPHomework.java
-
There are 3 restaurants in the system
Select below:
1. Add new restaurant
2. List all restaurants
3. Exit
Enter your selection (1, 2 or 3):2
There are 3 restaurants in our system
- Banana Bay, Thai
- Full House, Dim sum
- McDonald - Temple City, Fast Good
Select below:
1. Add new restaurant
2. List all restaurants
3. Exit
Enter your selection (1, 2 or 3):123123
Invalid selection please try again.
Select below:
1. Add new restaurant
2. List all restaurants
3. Exit
Enter your selection (1, 2 or 3):1
Enter Restaurant Name: Green Street
Enter Restaurant address: 999 Greet Street, Pasadena, CA
Enter Restaurant type: Salad
Enter Number of Tables: 10
Select below:
1. Add new restaurant
2. List all restaurants
3. Exit
Enter your selection (1, 2 or 3):2
There are 4 restaurants in our system
- Banana Bay, Thai
- Full House, Dim sum
- McDonald - Temple City, Fast Good
- Green Street, Salad
Select below:
1. Add new restaurant
2. List all restaurants
3. Exit
Enter your selection (1, 2 or 3):3
Thank you for using AYCLOGIC Restaurant system.