News

To initialize a static multidimensional array, use the ARRAY or DECLARE statement to list values for the first row of the array, followed by values for the second row, and so on. The following ...
National 5 Evaluation Using 1D arrays to store data Appropriate use of coding constructs is evaluated to determine the efficiency of software as it relates to use of RAM.
Using 1D arrays to store data Here are two examples of code written in Reference Language that will allocate ten locations in main memory (RAM) to be used to store the names of ten cities.