hi guys,
when writing algorithms... how do we know what to use when we are trying to access something in an array or a file.
for example, for an array of records "SCORES" which has names and relevant scores for each name... if we want to access it in our algorithm do we say SCORES.name?
also, how do we know when to write READ X or GET X ?
when writing algorithms... how do we know what to use when we are trying to access something in an array or a file.
for example, for an array of records "SCORES" which has names and relevant scores for each name... if we want to access it in our algorithm do we say SCORES.name?
also, how do we know when to write READ X or GET X ?