运算符的 运用(4>3)?4:3;为什么会报错啊[解决办法]没报错啊。。运行了 输出4啊。。[解决办法]前面是什么,包什么错?[解决办法]
public static void main(String[] args) { System.out.println(4>3?4:3); }