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

请问有错吗 怎么输进去都是错误的

请问有错吗 怎么我输进去都是错误 public class HelloWorld{    public static void main(String[] args) { String haohao = "我爱慕课网";        String haoren = "www.imooc.com";        System.out.printly(haohao + "\n" + haoren); } }

正在回答

4 回答

你问题里的输出错了 println    下面的回答是对的

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

这个没错的啊

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

wobuzhidaoye

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

public class HelloWorld{

    public static void main(String[] args) {

String s1 = "我爱慕课网";

        String s2 = "www.imooc.com";

System.out.println(s1 + "\n" +s2);

}

}


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

举报

0/150
提交
取消

请问有错吗 怎么输进去都是错误的

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