| Menu × × Correct! Exercise:Print  
var i = 0
@(5) (i < 5) {
  println(i)
  @(3)
}
 
var i = 0
while (i < 5) {
  println(i)
  i++
}
 Not CorrectClick here to try again. Correct!Next ❯ | 
This will reset the score of ALL 39 exercises.
Are you sure you want to continue?