C# C++ Java Python 3 While Loop

Pseudocode for While loop in python, java, C++

As we know, loop is that condition in which a statement or a section of code is repeated number of times until the particular condition or number of conditions met.

Or, simply, while loop executes a set of statements as long as the condition is true.

While loop repeats a specific block of code number of times until the particular condition is met.

Examples of while loop

 

Pseudocode for while loop

 

 

 

Python

Java

C++

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.