« All Events
1 PM Intro To Java – Alex
May 21, 2022 @ 1:00 pm - 2:00 pm
Today We Did:
- We continued with the School Application project.
- Added in how to find the student and edit the student.
- Discussed how to use getters and setters in the method.
For Homework:
- Add in the ability to find the teacher based on their name just like how you did for the student.
- Try to figure out how to shorten the editStudent method that we created in class using the new findStudent method which now returns the student object when it is called.
- Also, make it so that if it returns null when the student is not found, it should print out that there are no students in the system.
- After figuring out how to create the new editStudent() method, create another method to edit the teacher called editTeacher().
- When done with it all of the 8 options in the menu should be able to work without any issues.