for(int i=1;i<=4;i++){ for(int j= 1;j<=2;j++) { System.out.println(“TO”);}}will display - *
Answers
Answered by
1
Output:
TO
TO
TO
TO
TO
TO
TO
TO
Similar questions