« All Events
2 PM Intro To Java – Alex
May 30, 2022 @ 2:00 pm - 4:00 pm
Today We Did:
- Learned more about how to use Lists and create them
- Also understood how to create and use for loops using index and how we can use for loops and if/else statements inside another for loop.
- We learned about how to use while loops and how to create a while loop that goes on forever.
- Also learned how to use != and how to get out of an infinite while loop.
- Loosely covered how to use random and using it to get a random item from a list.
For Homework:
- Create a new project titled ForLoopHomework.java
- Go here for the homework: https://indo.ayclogic.com/java-list-forloop/
- Also, create a new project called WhileLoopHomework.java
- Go here for the homework: https://indo.ayclogic.com/java-exercise-while-loop/