WHILE LOOP IN C++

SAIROSHNI

 

While Loop

The while loop loops through a block of code as long as a specified condition is true.

Syntax:

while(condition)
{
//code to be executed
}



Tags
Our website uses cookies to enhance your experience. Learn More
Accept !

GocourseAI

close
send