While loop

Reference > Syntax of while loops in c and c++


while(condition)
{
code
}