« All Events
3 PM – Intro To Java – Gamas
January 22, 2022 @ 3:00 pm - 4:00 pm
Today We Do:
- We finished Jan15ObjectOrientedProgramming
- We created Jan22RestaurantSystem and Restaurant classes.
- We learned about class constructor.
Homework:
- Continue of Jan22RestaurantSystem.java
- Add code to do “1. Add a restaurant”, similar to below
-
Restaurant System
1. Add a restaurant
2. List all restaurants
3. Exit
Enter you selection:1
ADD RESTAURANT
Enter the name of the restaurant: Kang Ho Dong
Enter the year it was built: 2015
Enter the phone number: 626-888-8888
Thank you for adding Kang Ho Dong restaurant to our system.
Restaurant System
1. Add a restaurant
2. List all restaurants
3. Exit
Enter you selection:3
Thank you for using AYCLOGIC Restaurant System.