Multiple Choice
What will be printed by the statements below?
Int a = 10;
While (a > 5)
{
System.out.print (a + " ") ;
A = a - 2;
}
A) 10 9 8 7 6 5
B) 10 8 6 4
C) 10 8 6
D) 10 8
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q12: What will be the result of running
Q13: What is the output of the code
Q14: How many times does the following loop
Q15: What is the output of the following
Q16: What is the output of the code
Q18: What is the first and last value
Q19: The process of hand-tracing code is valuable
Q20: What will be printed by the statements
Q21: Is the code snippet written below legal?
Q22: Assume the following variable has been declared