while(condition){ // statements to keep executing while condition is true}
Next loop: for loop Up: loop