« All Events
5 PM Intro To Java – Alex Lee
February 24, 2023 @ 5:00 pm - 6:00 pm
Today We Did:
- Covered the List and For Loop homework for the first two questions.
- Reviewed about for loops and how to loop through a list using them with either index or for each.
- Went over how to create a while loop.
For Homework:
- First is to create a new class called GameInventory.java and follow the steps on question number 3: https://www.ayclogic.com/java-list-forloop/
- Next is to create another new file called Feb24_WhileLoopHW.java and follow the link here: https://www.ayclogic.com/java-exercise-while-loop/