为了账号安全,请及时绑定邮箱和手机立即绑定

为什么不行呀大神看看哪里错误了

public class jishuangqi{
    public static void main(String[] args) {
     int one = 10 ;
        int two = 20 ;
        int three = 0 ;
        int a=one+two;
        int b=one+a;
        int c=b-two;
        int d=a*one;
        int e=d/one;
        int f=e/three;
        System.out.println("three=one+two==>"+a);
        System.out.println("three+=one ==>"+b);
        System.out.println("three-=one==>"+c);
        System.out.println("three*=one==>"+d);
        System.out.println("three/=one==>"+e);
        System.out.println("three%=one==>"+f);
     
   
 }
}

正在回答

1 回答

Java中整数除以0会抛出异常,算术运算异常ArithmeticException,你的f就是整数除以0了

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为什么不行呀大神看看哪里错误了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信