V velox Retired Joined Mar 19, 2004 Messages 5,521 Location Where the citi never sleeps. Gender Male HSC N/A Mar 6, 2005 #1 Does anyone know how to write psuedocode for arrays?
AntiHyper Revered Member Joined Sep 16, 2004 Messages 1,103 Location Tichondrius Gender Male HSC 2005 Mar 8, 2005 #2 You just use the square brackets after the variable name, i think: initialise int[ n ] , where n stands for the number of 'slices' If you want an unrestrained array just use [].
You just use the square brackets after the variable name, i think: initialise int[ n ] , where n stands for the number of 'slices' If you want an unrestrained array just use [].
Zatts New Member Joined Nov 6, 2004 Messages 14 Location Sydney, Australia Gender Male HSC 2005 Mar 8, 2005 #3 in pseudocode its just as easy as: declare d(x) as integer where d is the name of the array and x is the number of elements
in pseudocode its just as easy as: declare d(x) as integer where d is the name of the array and x is the number of elements