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

为什么是输出错误?

public class HelloWorld{

    public static void main(String[] args) {

String myname="我爱慕课网"

    String myhttp="www.imooc.com";

    System.out.println(myname);

    System.out.println(mahttp);

}

}


正在回答

4 回答

String myname="我爱慕课网";

   String myhttp="www.imooc.com";

   System.out.println(myname);

   System.out.println(myhttp);


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

除了楼上的问题,还有,代码第三行没有分号

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

mahttp -> myhttp

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

举报

0/150
提交
取消

为什么是输出错误?

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