Computer Science, asked by Anonymous, 9 months ago

What is the output of the below Java program with FOR loop? for(int j=0; j<5;j++); System.out.print(j + ",");

Answers

Answered by sravani2020
1

Answer:

answer is

1

12

123

1234

12345

Similar questions