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  answer-question

Java Programming

ISBN: 9780357673423

10th Edition

Authors: Joyce Farrell

Question Posted: