Multiple Choice
What is the output of the following program :
I = 0
While i < 3:
Print i
Print i+1
A) 0 2 1 3 2 4
B) 0 1 2 3 4 5
C) 0 1 1 2 2 3
D) 1 0 2 4 3 5
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What is the output of the following
Q3: What is the output of the following
Q4: What is the output of the expression
Q5: What is the output of the following
Q6: What is the output of the following
Q7: What is the output of the following?<br>X
Q8: What is the output of the following
Q9: What will be displayed by the following
Q10: What is the output of the following
Q11: Which of these is not a core