Work with sequences of related data in data structures known as arrays. Then, learn to iterate through each item in the sequence.
Learning objectives
In this module, you will:
- Create and initialize a new array.
- Set and get values in arrays.
- Iterate through each element of an array using the foreach statement.
Leave a Reply