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
c. 1 1 1 1 1…
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

Java Programming

ISBN: 978-1337397070

9th edition

Authors: Joyce Farrell

Question Posted: