logo

Crowdly

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

What is the output of the following code snippet?

int i = 1;

do {

System.out.print(i + " ");

i += 2;

} while (i <= 7);

}

}

100%
0%
0%
More questions like this

Want instant access to all verified answers on moovit.vit.ac.in?

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