//statement for (int i = 0; i < 10; j++, i++) { System.out.println(i); System.out.println(j); }