请在 下方输入 要搜索的题目:

class Demo{ public static void main(String[] args){ int x = 0; try{ x = div(1,2); }catch(Exception e){ System.out.println(e); } System.out.println(x) ; } public static int div(int a,int b){ return a / b ; } }

class Demo{ public static void main(String[] args){ int x = 0; try{ x = div(1,2); }catch(Exception e){ System.out.println(e); } System.out.println(x) ; } public static int div(int a,int b){ return a / b ; } }

发布时间:2024-10-13 06:20:29
推荐参考答案 ( 由 题搜搜 官方老师解答 )
答案:输出0
登录 - 搜搜题库网
立即注册
注册 - 搜搜题库网
立即登录