until the comparison is no longer true.
The while loop begins with a termination condition and keeps looping until the termination condition is met.
The counter variable is managed by the context of the statements inside the curly braces.
while(varname<11)
{
}
While loop