« All Events
7 PM – Intro To Java
December 23, 2021 @ 7:00 pm - 8:00 pm
Today We Do
- We finished RestaurantSystem application.
- We started SchoolSystem application.
- We created Student class.
Homework
- No class from Dec 24 to Jan 2. The class resume on Jan 6.
- Add code in SchoolSystem so the system is able to 1. add new Student and 3. list all students
- Look at below
-
School System:
1. Add a student
2. Find student
3. List all students
Enter your selection (type "exit" to quit): 1
Enter First Name: Gamas
Enter Last Name: Chang
How old are you: 100
New student record is created: Gamas
School System:
1. Add a student
2. Find student
3. List all students
Enter your selection (type "exit" to quit): 3
Nicholas Firestone - 17 years old
Dylan Truong - 12 years old
Amber Kuo - 11 years old
Brandon Truong - 100 years old
Gamas Chang - 100 years old
School System:
1. Add a student
2. Find student
3. List all students
Enter your selection (type "exit" to quit): exit
bye bye