« All Events
3 PM – Intro To Java – Gamas
February 5, 2022 @ 3:00 pm - 4:00 pm
Today We Do
- We finished Restaurant System program.
- We started SchoolApplication. We added Student class, “1. Add Student”
Homework
- Add code to enable “3. List all students”
- Create a new class Teacher with the following attributes: firstName, lastName, age, email, subjectOfExpertise.
- Add new code to enable “4. Add Teacher”, “6. List all teachers”
-
School System:
1. Add a student
2. Find student
3. List all students
4. Add a teacher
5. Find teacher
6. List all teachers
Enter your selection (type “exit” to quit):