- This event has passed.
7 PM – Intro To Java – Bill
May 9 @ 7:00 pm - 8:00 pm
Your HW:
- In school system, create a Map (or dictionary) to store the students (name as key, student object as value)
- Update your create a student method to add the new student to the Map
- Add a new option “find student using map”
- It will ask the user for a name
- Then use the Map to find if a student corresponds to the entered name
- Print the student out if one was found otherwise print out “No student found”