what will be the output int y,x;
for (x=1;x<=3;++x)
{
for (y=1;y<=2;++y)
{
system.out.print( x + "\t" + y);
}
system.out.println( ) ;
}
Answers
Answered by
0
Answer:
SEEMS DIFFICULT....MMMMMMM.....
Similar questions
Biology,
2 months ago
English,
2 months ago
Math,
5 months ago
Social Sciences,
11 months ago
Biology,
11 months ago