单项选择题

阅读下列代码
public class Test2005
public static void main (String args[])
System.out.printIn((3>2) 4:5);
其运行结果是______。(2006年4月)

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