Skip to content

Feb 05: Loops and Arrays

Learning Objectives

After today's class, you should be able to:

  • Compare the components of a while loop and a for loop.
  • Declare and initialize array variables of primitive types.
  • Predict the output of methods called on a string object

Lesson Outline

JShell [5 min]

Act04 [45 min]

Your To-Do List