Код: Выделить всё
System.out.println(11+16/4*2+ (4+">")+4*2);Код: Выделить всё
System.out.println((38 ) / 3 + " == " + 11);Какова основная причина проблемы?
Подробнее здесь: https://stackoverflow.com/questions/787 ... son-symbol
Код: Выделить всё
System.out.println(11+16/4*2+ (4+">")+4*2);Код: Выделить всё
System.out.println((38 ) / 3 + " == " + 11);