Link Search Menu Expand Document

Week 4: Arrays & Loops in Java

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.

Table of contents
  1. Slides
  2. Zoom Recording
  3. Classwork
  4. Homework
  5. Check-In
  6. Extra Reading

Slides

You can find the link to the slides presentation here.

Zoom Recording

Below is the zoom recording for Week 4.

Classwork

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.

Homework

You can find the homework exercises here. Please submit your java file by Thursday, February 18th to hhrd.compsci@gmail.com.

If you want to compare your answers, view the homework solutions here.

Check-In

Here is the link to the short quiz.

Extra Reading

If you want to practice what we learned and learn more about Java outside of class, look at the readings below:

  1. Java For Each Loop
  2. Java Break Statement
  3. Java Array
  4. Java 2D & 3D Arrays

Back to top

Copyright © 2019-2021 Helping Hand for Relief & Development.