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! A better method is to use an array. An array is a data structure that holds similar, related data. An array is like a collection of boxes, each of which is called ...