What is an 'Array' or 'List' in a loop?

Asked by blessing007 · 4 months ago

1 Answer

5
amorebise · 4 months ago Top Answer

Think of an array as a shelf with many boxes. Each box has a number (an index). Loops and arrays go together like suya and onions.

We usually use a loop to visit every box on the shelf. It's how we manage large amounts of information efficiently.

Log in to add a comment.