Computer Science, asked by yiyhisi975, 1 month ago

a for (int i=1; i <=2; i++)
for (int j = 1; j<= 2; j++)
System.out.println (i+" "+j);
?

output :-​

Answers

Answered by patelarya302
0

Answer:

? not understandable your question

Answered by pugavkarpooja
0

a for (int i=1; i <=2; i++)

for (int j = 1; j<= 2; j++)

System.out.println (i+" "+j);

Attachments:
Similar questions