What is the output of the following code? e = 1; while(e < 4); System.out.print(e +

Question:

What is the output of the following code?

e = 1;

while(e < 4);

 System.out.print(e + " ");

a. Nothing

b. 1 1 1 1 1 1...

c. 1 2 3 4

d. 4 4 4 4 4 4...

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: