« All Events
10 AM – Intro To Java
August 21, 2021 @ 10:00 am - 11:00 am
Today We Do
- We learned how to warning message if entered student’s name cannot be found in the system.
- We learned how to list students ordered by name ascending
- We learned how to list students ordered by age descending.
Homework
- List all students order by Grade Descending
- List all teachers order by Name Ascending
- find teacher should display message if it cannot find the teacher’s name in the system. This is very similar to what we did in find student.