Дано:
int x = 4; if (x == 3) System.out.print("1"); System.out.print("2");
Каков результат?
Ошибка компиляции
12
2
1
Please log in or register to have a possibility to add comment.
Please log in or register to have a possibility to add comment.