• Unit 7: Arrays

    This unit discusses Arrays. An Array is a fixed-size data structure that allows elements of same data type to be stored in it. Each array element has a unique index associated with the value it stores. Arrays are commonly used in a loop structure such as for loops. In addition, this unit introduces two-dimensional arrays and its applications.

    Completing this unit should take you approximately 7 hours.

    • Unit 7 Assessment