Q22
Single choice
Given the code fragment:

Which statement can be inserted into line n1 to print 1,2; 1,10; 2,20;?
{System.out.print (i + "," + j+ "; ");};