Let us examine metalanguage descriptions for defining and using multi-dimensional arrays, arrays of records, files and random number generators in a variety of highlevel languages 1. Declaring multi-dimensional arrays and arrays of records https://drive.google.com/open?id=0BwzvXeA1LcQuMzVTblJaNTNFSms
Eg. Multidimensional Array
Record Type - comprising Fields of Arrays TYPE CustomerRecType= VAR Customers : CustomerType;
2. Using Arrays of Records and Files Sample Algorithm to access a file to write Customer Records
https://drive.google.com/open?id=0BwzvXeA1LcQuRlpFMVVQZTlHOGM
|
12 SDD > Stem 3.0 Software Development Cycle > 3.3 Implementation of software solution > 3.3.2 Language syntax required for software solutions >
