单项选择题

阅读下列代码 public class Test 2005{ public static void main(String args[]){ System.out.println((3>2)4:5); } } 其运行结果是【 】

A.2
B.3
C.4
D.5