Forever Loop
Iteration: The process of repeating a set of instructions or a block of code multiple times, usually using loops (Forever, While), until a specific condition is met or a set number of steps is completed.
A Forever Loop: Is a type of Iteration, an infinite loop or a block of code designed to execute continuously and indefinitely, running over and over again for as long as the program is active (the condition is met).
A While Loop: Is another type of Iteration, A While Loop repeats a section of code an unknown number of times until a specific condition is met.
Students will recreate a Model program that will teach them how to create a Forever Loop: Mobile / You Tube