Examlex

Solved

To Get an Idea of How a FOR

question 78

Essay

To get an idea of how a FOR...NEXT loop works,pretend you are the computer executing the loop.List the steps,and discuss what is happening with the following loop:
for N = 1 to 3
Print "There's no place like home."
next N
end


Definitions:

Related Questions