Make a List, Check It Twice
Store and loop through multiple values.
We'll cover the following...
We'll cover the following...
You’ve looped through numbers—now loop through data! In this lesson, you’ll use arrays to hold lists of things and loop through them with ease.
Goal
You will learn to:
Create and use arrays (lists).
Access items by index.
Loop through arrays with a
for
loop. ...