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]
- From the terminal:
jshell
- Online: https://tryjshell.org
Act04 [45 min]