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

为什么这段代码没有闭合给它加了两个 } 反而不行了

public class HelloWorld{

    public static void main(String[] args) {

    int one = 10 ;

        int two = 20 ;

        int three = 0 ;

        three=one+two;

         System.out.println(three);

        three+=one;

         System.out.println(three);

        three*=one;

         System.out.println(three);

        three/=one;

         System.out.println(three);

        three%=one;

        System.out.println(three);

为什么这段代码没有闭合给它加了两个 } 反而不行了

正在回答

2 回答

是不是回车按多了,}}在最下面你看不到?

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

月伴星如昨 提问者

可能是吧
2018-12-03 回复 有任何疑惑可以回复我~

public class HelloWorld{

    public static void main(String[] args) {

        int one = 10 ;

        int two = 20 ;

        int three = 0 ;

        three=one+two;

         System.out.println(three);

        three+=one;

         System.out.println(three);

        three*=one;

         System.out.println(three);

        three/=one;

         System.out.println(three);

        three%=one;

        System.out.println(three);

    }

}

最后两个这么加就好了

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

举报

0/150
提交
取消

为什么这段代码没有闭合给它加了两个 } 反而不行了

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