- This event has passed.
4 PM – Intro to Java – William
July 18, 2023 @ 4:00 pm - 6:00 pm
Today we did:
- Finished School System methods:
- Find student
- Find teacher
- List all teachers
- List all teenager students
- Edit student
Homework:
- Finish Find Teacher:
- Print “We cannot find teacher with name: _____ _____” if teacher cannot be found
- Implement “9. Edit teacher subject”
- Create a private method called editTeacherSubject with no return value
- Have the user select a teacher to edit based on first and last name (hint: you may need to make edits to findTeacherByFirstAndLastName to return something!)
- If the teacher was found, prompt the user for a new subject
- Edit the subjectExpertise field of the teacher
Upload your new SchoolSystem files to your assigned Google Drive folders.
If you have any questions, please email me at williamsmith@ayclogic.com