Computer Science, asked by Akashgupta002, 2 months ago

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 SRIJIT00
0

Answer:

0

0

0

0

0

1

1..

Explanation:

this would be the output i suppose

Similar questions