« All Events
5 PM – Intro To Java – Gamas
January 22, 2022 @ 5:00 pm - 6:00 pm
Today We Do
- We continued with SchoolApplication.
- We added findTeacher by first name and findStudent by firstname.
- We learned about Map and HashMap.
Homework
- Right now inside SchoolApplication, we have feature call “4. Find Teacher” , which will find a teacher in the system based on its teacher.firstName. Change the code, so you will ask user teacher first name and last name and find the teacher in the system that has the same first and last name.
- Add “7. List all teenager students”. Which will print all students between the age of 13 and 19.