crammy90 said:
when i do it i just write the variable names and cross them out as they change in a linear sort of fashion instead of a table. if u get me...
would i get marked down/
also do u need to do END FOR or are they self close?
Hsc markers are fairly lenient on desk checking as there are so many different methods.
As ianc says, the most important thing is showing that you get how the program works and coming up with the right end value.
And you can get away with the FOR..NEXT loop occasionally but I wouldn't risk it. (assuming that's what you are talking about).
Best just to spend the extra 10 seconds to initialise the variables.
If you must know how it works..
FOR i = 0 to i = 20
Do something with i
NEXT i