$k=0;
while ($k<10){
  echo $k;
  $k++;
}
➡️ 0 1 2 3 4 5 6 7 8 9

Write down the output of the following program. (press enter to proceed)

score:

Q.1

➡️

while (exercises)