[试题]

( 8 )阅读下列代码

public class Test2{

public static void main(String args[]){

System.out.println(5/2);}}

其执行结果是 ( 8 ) 。

参考答案与解析: