Solved

What Changes Do You Need to Make in the Following

Question 17

Multiple Choice

What changes do you need to make in the following code snippet to display "Let us learn Java" exactly 10 times? What changes do you need to make in the following code snippet to display  Let us learn Java  exactly 10 times?    A) while (i < 9)  B) while (i < 11)  C) while (i < 12)  D) int i = 1;


A) while (i < 9)
B) while (i < 11)
C) while (i < 12)
D) int i = 1;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions