« All Events
3 PM – Intro To Java – Gamas
February 12, 2022 @ 3:00 pm - 4:00 pm
Today We Do
- We continued with SchoolApplication.
- We added listAllStudents() and listAllTeachers()
- We check if our list is empty to print “We don’t have any students in our system yet.”
- We added findStudent()
Homework
- Change the code in listAllTeachers() so when the teacherList is empty, it will print “We don’t have any teachers in our system yet”.
- Add code to enable “5. Find teacher”. Try to do it without copy and paste.
- Inside the findStudent() if the program cannot find the student, print “<name> does not exist in our system.”