Gamas Sub
Today We Did
- We reviewed how to use Map / HashMap.
- We created a new Java project in IntelliJ and copied SchoolSystem files into this new project.
- We added new Map<String, Student> to school system and added
- Added student into the Map and List inside “1. Add a student” and added these 2 new features
9. Find student using Map
10. List All students using Map
Homework
Add new features on SchoolSystem
- Add new Map<String, Teacher> to school system.
- Add these 3 new features
11. Edit student using Map
12. Find teacher using Map
13. List all teachers using Map