Computer Science, asked by tanishkasingh098, 8 months ago

for(int i=1;i<=4;i++){ for(int j= 1;j<=2;j++) { System.out.println(“TO”);}}will display - *​

Answers

Answered by Oreki
1

Output:

TO

TO

TO

TO

TO

TO

TO

TO

Similar questions