下面程序的运行结果是( )public class Demo {public static void main(String[] args) {try {System.out.println(10 / 0);System.out.println(\除法正常运行\);} catch (ArithmeticException e) {System.out.println(\除数不能为0\);}}}

时间:2022-11-15 23:49:51

相似题目