- This event has passed.
4 PM – Intro To Java – William
January 6 @ 4:00 pm - 5:00 pm
Gamas sub
Today We Did
- We created SchoolApplication2 project.
- We copied all codes from SchoolApplication to this new project.
- We replaced studentList into studentMap and used firstName as the key.
- We added studentMapById and used studentId as the key.
Homework
- Add code to make the “8. Find student by studentId”.
- Replace teacherList with teacherMap and fix all the errors. Use teacher.firstName as the key.
- I want when the program starts, immediately add 3 students
- Gamas Chang, 12th grade, 18 years old.
- Vincent Chang, 7th grade, 12 years old.
- Leon Chen, 9th grade, 14 years old.