int sum=0; for (int i=1;i<=5; i++) for (int i=1; j<=5; j++) if(i==j) sum +=1; System.out.println(sum);
Answers
Answered by
0
Answer:
0
0
0
0
0
1
1..
Explanation:
this would be the output i suppose
Similar questions