考试
1970-01-01 08:00:00

下面程序运行的结果是( )class Demo{public

题目描述

下面程序运行的结果是( )class Demo{public static void main(String[] args){int x = div(1,2);try{}catch(Exception e){System.out.println(e);}System.out.println(x);}public static int div(int a,int b){return a / b ;}}

答案解析

编译失败

加载中...
AI正在思考中,请稍候...