What does the following statement output? for(a = 0; a < 5; ++a) System.out.print(a + );

Question:

What does the following statement output?
for(a = 0; a < 5; ++a)
    System.out.print(a + " ");
a. 0 0 0 0 0
b. 0 1 2 3 4
c. 0 1 2 3 4 5
d. nothing

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: