[单选题]
下列程序的执行结果是( )。 public class Test { public static void main(String args[]) { System.out.println(5/2); } }
A.2.5
B.2
C.2.5
D.2
参考答案与解析: