Examlex

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;


Definitions:

Related Questions