Computer Science, asked by shrutisharmajsr567, 5 months ago

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 GREATHARRY
0

Answer:

SEEMS DIFFICULT....MMMMMMM.....

Similar questions