User posted a question
Q what does this segment print
for(m=o; m<4; ++m)
for n=0; n<2; ++n);
system.out.print(m+""+n+"");