< Previous lesson | Table of Content | Next lesson >
Dealing With Array
Array is one type of data structure that useful for many applications such as matrix and vectors or list manipulation. Array is a series of variables that has the same name and the same type. Each variable in an array is referred by index .
Contents
How to Assign Values to an Array?
How to Obtain Values from an Array?