« All Events
7 PM Intro To Java – Alex Lee
December 8, 2022 @ 7:00 pm - 8:00 pm
For Homework:
- Continue with the School System code; this time we will be adding in the Find Teacher, and Edit Teacher.
- It should be simple when adding it in to adjust it so it similarly follows what the student is doing.
- Also for the Edit Student, attempt to shorten the code so that you can use the Find Student as a return method to return a student.
- The Find Student code needs to be edited in a way so that it will return the object student, then with that return, you can set it to a Student variable and use it where you want.