单项选择题
阅读下列代码 public class Test{ public static void main(String args[]){ System. out. println((2<0) 10:8); } } 其运行结果是()
A.2 B.0 C.10 D.8