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

为什么第六行再赋值 int 就错了

为什么第六行再赋值  int   就错了

正在回答

2 回答

前面已经声明过了three是int类型,不能重复声明,直接写three=one+two,后面都不能再写int了

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

直接在输出后面写公式就好可,干嘛还要int,这样太复杂了。

public class HelloWorld{

    public static void main(String[] args) {

    int one = 10 ;

        int two = 20 ;

        int three = 30 ;

        System.out.println("three=one+two==>"+(one+two));

        System.out.println("three+=one==>"+(three+=one));

        System.out.println("three-=one==>"+(three-=one));

        System.out.println("three*=one==>"+(three*=one));

        System.out.println("three/=one==>"+(three/=one));

        System.out.println("three%=one==>"+(three%=one));

}

}


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

举报

0/150
提交
取消

为什么第六行再赋值 int 就错了

我要回答 关注问题
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号