Embed presentation
Download to read offline






![ARRAYS
Array is a set of element of the same datatype represented by a
single variable name.
Each element of an array has a unique identifying index
number which is used for assessing the elements.
DECLARING AN ARRAY:
SYNTAX: Dim array name (array size) [as datatype]](https://image.slidesharecdn.com/loopsandarrays-151101112907-lva1-app6892/85/Loops-and-arrays-7-320.jpg)





This document discusses loops and arrays in programming. It describes do loops, do while loops, do until loops, and for next loops. It then explains that an array is a set of elements of the same data type represented by a single variable name, with each element having a unique index number. The document outlines declaring arrays, one-dimensional arrays which have a single index, and multi-dimensional arrays which can have multiple indices. It also distinguishes between static arrays which have a fixed size and dynamic arrays which can change in size at runtime.






![ARRAYS
Array is a set of element of the same datatype represented by a
single variable name.
Each element of an array has a unique identifying index
number which is used for assessing the elements.
DECLARING AN ARRAY:
SYNTAX: Dim array name (array size) [as datatype]](https://image.slidesharecdn.com/loopsandarrays-151101112907-lva1-app6892/85/Loops-and-arrays-7-320.jpg)




