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

为什么这个程序老提示有错

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;

        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);

        three%=one;

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

    

}

}


正在回答

2 回答

System  的首字母用大写

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

安装个myeclipse 把代码放到里面运行,新手最长见的就是符号用的中文符号! 那里面能看出来的

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

举报

0/150
提交
取消

为什么这个程序老提示有错

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