Indefinite Loop - While and Loop

This lesson will discuss two indefinite loop: While and Loop.

While loop

While loop also iterates until a specific condition is reached. However, in the case of a while loop, the number of iterations is not known in advance.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy