A
Q. What is the output of the below Java program with FOR loop?
Code:
for(int j=0; j<5;j++;)
System.out.print(j + ",");
System.out.print(j + ",");
- Correct Answer - Option(C)
- Views: 10
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.