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

eclipse能过 这个练习过不了。


public class three18 {

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

        

}

}


正在回答

4 回答

第一行错了,把public class three18改为public class HelloWorld就行了,因为class后面的HelloWorld要与Java的文件名相同,题目默认是Helloworld.java.

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

我把手放兜里了_0_ 提问者

非常感谢!
2018-03-29 回复 有任何疑惑可以回复我~

我也是卡在这里

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

000

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

public class three18   你的这个类  three18 是什么鬼,题目里默认的是 HelloWorld

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

举报

0/150
提交
取消

eclipse能过 这个练习过不了。

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