int i = 1; while (i <= 20) { if ( (i % 7) == 0) continue; System.out.println(i); i++; } не понимаю, почему I никогда не превысит 7