Friday, October 5, 2007

How to work with array

How to work with array

To work with array

Step 1

Description:

Array is a structured group of like elements given a common name.

Declaration:

array [index-type] of element-type

Example:

var

mark:array [1..40] of integer;

No comments: