title | has_children | nav_order |
---|---|---|
Week 4 |
false |
7 |
{: .no_toc }
This week will cover how to create Arrays and how to use different kinds of loops, including for loops, while loops, and for-each loops in order to store data in them. {: .fs-6 .fw-300 }
Table of contents
{: .text-delta } 1. TOC {:toc}You can find the link to the slides presentation here.
<iframe src="https://docs.google.com/presentation/d/e/2PACX-1vR9HcMl89DATyYg5H8pK7XMUG-SgjTBJ4HWJngF_pkq_ZjEwL_e48NvOLVb8zalnlUDArsfhXj8wGym/embed?start=false&loop=false&delayms=3000" frameborder="0" width="560" height="331.92" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>Below is the zoom recording for Week 4.
<iframe width="560" height="315" src="https://www.youtube.com/embed/jr0Yk6PZbVc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>You can find the three classwork exercises we did here. If you want to compare your answers, view the classwork solutions here. You do not have to submit classwork anywhere.
You can find the homework exercises here. Please submit your java file by Thursday, February 18th to [email protected].
If you want to compare your answers, view the homework solutions here.
Here is the link to the short quiz.
If you want to practice what we learned and learn more about Java outside of class, look at the readings below: