通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
阅读下列代码:
public class Test{ public static void main(String args[]){ System.out.println((2<0)? 10:8); } }
其运行结果是( )。