- This event has passed.
4 PM – Indo – Intro to Java – Joel
January 10 @ 4:00 pm - 5:00 pm
Today we did:
- We finished the SchoolSystem and learned about HashMaps.
Homework:
- Add more options to the SchoolSystem:
- Add a Student (hashmap)
- Find a student (hashmap)
- Delete a student (hashmap)
- It will all be similar to what we learned today, the only difference is you will have to ask for the attributes in add a student (hashmap).
- Remember, the key is the email, and Student is the value.