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

大神帮我看看问题出在哪儿啊??

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=one+two==>"+three);

        three+=one;

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

        three-=one;

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

        three*=one;

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

        three/=one;

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

        three%=one;

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

}

}


正在回答

3 回答

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=one+two==>"+three);

        three+=one;

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

        three-=one;

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

        three*=one;

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

        three/=one;

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

        three%=one;

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

}

}


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

https://img1.sycdn.imooc.com/652fa8580001b12412150692.jpg拼写错了 System

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

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=one+two==>"+three);

        three+=one;

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

        three-=one;

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

        three*=one;

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

        three/=one;

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

        three%=one;

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

}

}


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

weixin_慕盖茨7256105

SYstm.out.println("three+=one==>"+three); Y大写了
2023-07-12 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

大神帮我看看问题出在哪儿啊??

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