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

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 ; } }

发布时间:2025-10-27 09:26:50
推荐参考答案 ( 由 快搜搜题库 官方老师解答 )
联系客服
答案:输出0
专业技术学习
专业技术学习
搜搜题库系统