Hey all. I'm a noob and I need help with the following question:
Can someone explain it to me? Help is greatly appreciated.
Edited by vinton13 - 7/22/12 at 4:24pm
Quote:
Write the output from the following pseudo-code.
FOR (n:=1, n<=5, +2)
FOR(m=1, m
Display “Output is ”, m*n
ENDFOR
Display “Next Loop”
ENDFOR
FOR (n:=1, n<=5, +2)
FOR(m=1, m
Display “Output is ”, m*n
ENDFOR
Display “Next Loop”
ENDFOR
Can someone explain it to me? Help is greatly appreciated.

Edited by vinton13 - 7/22/12 at 4:24pm





