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
}
Our CDN (cdn.gocourse.in) is currently unreachable.
Some images, JavaScript, or CSS files may not load properly.