« All Events
12 PM – Intro To Java – Gamas
February 5, 2022 @ 12:00 pm - 1:00 pm
Today We Do
- We continued learning Map/HashMap. We learned how HashMap contains key and value whereas List only contains values.
- We learned how to add and find Restaurant object form Map/HashMap.
Homework
- Add code to enable “3. Find Restaurant using List”. Make it case insensitive. So if user enters “KabuKI” vs “kabuki” it will find the restaurant if it is in the system.
- Change code in “4. Find Restaurant in Map”. Make it case insensitive. To do this, you probably have to change how you add the Restaurant code too specifically the map’s key.