logo

Crowdly

Consider the following program. i := 0; while i<10 do     { print (i);       ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Consider the following program.

i := 0;

while i<10 do

    { print (i);

      i := 5;

      print (i);

      i := 50;

      print (i); }

The output is

0%
0%
More questions like this

Want instant access to all verified answers on moodle.gla.ac.uk?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!