The document describes a simple program that initializes a variable N to 1, adds 2 to N and assigns it back to N, then checks if N is equal to 1000000 and prints "N" if so, otherwise it stops. The program performs a single iteration that sets N to 3, checks if it equals 1000000, which it does not, so it ends without printing anything.
1 of 1
Download to read offline
More Related Content
Doc2
1. INICIO
N=1
1
HAGA= N+2
NO
N=1000000 N 1
SI
N
FIN