- This event has passed.
7 PM Intro To Java – Alex
August 3, 2022 @ 7:00 pm - 8:00 pm
Today We Did:
- We continued with the Restaurant map project and were able to complete it.
- We went over how to find the restaurant and also how we could list out all the restaurants that were founded past the year 2000.
- Also, we started the SchoolSystemUsingMap project where we use HashMap instead of List.
For Homework:
- Homework is to create the addStudent() method and make sure to add it into the HashMap instead of using a list, it is up to you what you think is the best key.
- Here is the expected output for the addStudent() method.
Please select one of the items below 1. Add Student 2. List all students Make your selection 1-2 (enter "exit" to quit): 1 ADD NEW STUDENT Enter the first name: Alex Enter the last name: Lee Enter the age: 19 Enter the email: alexlee@ayclogic.com You have added the student Alex successfully