a for (int i=1; i <=2; i++)
for (int j = 1; j<= 2; j++)
System.out.println (i+" "+j);
?
output :-
Answers
Answered by
0
Answer:
? not understandable your question
Answered by
0
a for (int i=1; i <=2; i++)
for (int j = 1; j<= 2; j++)
System.out.println (i+" "+j);
Attachments:
Similar questions