问答详情
源自:2-5 如何命名Java变量

这样为什么运行成功还输出错误?

public class HelloWorld{

    public static void main(String[] args) {

String one="我爱慕课网";

String two="www.immooc.com";

System.out.println(one);

System.out.println(two);

}

}


提问者:卡布诺依 2019-07-30 13:54

个回答

  • 慕粉0212419241
    2019-07-30 14:12:02

    第四行多了个m imooc