News

An array needs a name and size, so that the computer knows how many memory locations to set aside for the array. DECLARE PlayerName AS ARRAY OF STRING INITIALLY [“ “]*5 This line of code ...
100 variables would be required! Note - some programming languages also require the array's data type to be declared. Once declared, the name and structure of an array cannot be changed.