1.

What is the output of the below Java code with a FOR loop?

A. 1,2,3,4,
B. 1,2,3,4
C. 1,2,3,4,5,
D. 1,2,3,4,5
Answer» B. 1,2,3,4


Discussion

No Comment Found