Multiple Choice
What is the output of the code snippet given below?
A) No output
B) 0 3 6 9 12 15 18
C) 0 1 3 5 7 9
D) 0 3 6 9 ….(infinite loop)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: Which of the following loop(s) could possibly
Q10: What will be the result of running
Q11: What does the following loop compute? <img
Q12: What is the output of the following
Q13: What is the output of the code
Q15: What output does this while loop generate?
Q16: What does the method below return? <img
Q17: What changes do you need to make
Q18: What is the last output line of
Q19: What will be printed by the statements