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

哪里错了帮我看下 谢谢

public class HelloWorld{

    public static void main(String[] args) {

   int one = 10 ;

        int two = 20 ;

        int three = 0 ;

        three = one + two;

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

        three += one ;

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

        three -= one ;

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

        three *= one ;

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

        three /= one ;

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

        three %= one ;

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


正在回答

1 回答

兄弟你真是个天才,println打成printlh,还有,少了两个结束的}

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

慕运维7586783 提问者

昨天刚开始学脑袋嗡嗡的 哈哈 谢谢谢谢
2018-11-14 回复 有任何疑惑可以回复我~
#2

慕移动0851642 回复 慕运维7586783 提问者

这些个鬼关键字,print是打印,ln应该是line的缩写,表示打印一行,这样记以后就应该不会打成lh了
2018-11-14 回复 有任何疑惑可以回复我~
#3

雀雀you

英语课代表是你吗?哈哈
2018-11-17 回复 有任何疑惑可以回复我~
#4

慕移动0851642 回复 雀雀you

不得不说。我的英语基本没及格过
2018-11-18 回复 有任何疑惑可以回复我~
#5

雀雀you 回复 慕移动0851642

我看你对这些关键字的见解很精准到位嘛
2018-11-19 回复 有任何疑惑可以回复我~
查看2条回复

举报

0/150
提交
取消

哪里错了帮我看下 谢谢

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