Monday, November 21, 2016

What is Iteration

What is Iteration?

Iteration is repetition that is defined by specific actions and can be started and ended with specific commands. Otherwise known as loops. While, Do While, Conditional loops.

I have used loops to help sort things with node,js and I have used them many times before with visual basic. I have also used loops in other languages like python.

While x = 2
print "x = 2"
x + 1
Loop

No comments:

Post a Comment