« All Events
7 PM Intro To Java – Alex
July 13, 2022 @ 7:00 pm - 8:00 pm
Today We Did:
- We continued with the School System project, adding in the find student and edit teacher.
- We made it so that the find student would return a student for us so that we could use it multiple times.
For Homework:
- Edit the findTeacher code so that it is similar to the findStudent code in which it will return a teacher rather than just print out the information.
- Also create the editTeacher using the findTeacher code so that it is shorter than it would normally be.