Programming Iteration - Loops:
Iteration-
Iteration is repeating or looping the same action, this will happen until we are told otherwise...
While Loop-
Conditioned loops, repeats steps until it gets specific results.
Iteration-
Iteration is repeating or looping the same action, this will happen until we are told otherwise...
While Loop-
Conditioned loops, repeats steps until it gets specific results.
For Loop-
A for loop is when you create a statement which repeats itself forever, unlike a while loop which is for a desired amount of times.
Count Controlled, Repeat steps a certain amount of times.
Comments
Post a Comment