- This event has passed.
10 AM – Intro To Java
August 14, 2021 @ 10:00 am - 11:00 am
Today We Do
- We added List all students and Find student features.
- We modularize the code by creating methods
Homework
- Make Find student feature non-case sensitive.
- Create a method “findStudent()” and move the code to this method from run method.
- Add code for Find teacher feature.