帮我看下错了吗?

来源:2-5 如何命名Java变量

慕UI5141180

2017-08-02 10:30

public class HelloWorld{    public static void main(String[] args) { String _a="我爱慕课网"; String $b="www.imooc.com"; System.out.println(_a); System.out.println($b); } } 

写回答 关注

10回答

  • 慕移动9181930
    2022-03-29 05:24:29
  • 慕莱坞6115827
    2018-07-02 20:31:35

    public class hello {

    public static void main(String[] args) {

    String _a="我爱慕课网"; String $b="www.imooc.com"; 

    System.out.println(_a);

    System.out.println($b);

    }

    }


  • 慕妹3017280
    2017-09-08 11:15:35

    我跟你一样也是这样就一直过不了

    public class HelloWorld {

        public static void mian(String[] args) {

        String white="我爱慕课网";

        String zmhuis="www.imooc.com";

        System.out.println("shite");

            System.out.println("zmhuis");

        }


  • 奋斗的小凯
    2017-08-29 11:41:37

    我想说,你的是对的,在我这里直接提交就过了,可能是网络评判的原因。

  • 慕少4997523
    2017-08-07 23:27:31

    分号改半角

  • Aurduey
    2017-08-03 17:02:06

    你的分号是中文状态,改为英文的就可以运行

  • 慕UI5141180
    2017-08-02 10:55:47

    各种试各种不行0.0

  • 慕UI5141180
    2017-08-02 10:55:14

    public class HelloWorld{

        public static void main(String[] args) {

    String aBa="我爱慕课网" ;

    String aBb="www.imooc.com";

    System.out.println(aBa+"<br/>"+aBb);

    }

    }


  • 慕UI5141180
    2017-08-02 10:40:05

    跑了 很多遍  换了 好多次 都不行0.0

  • 精慕门5101170
    2017-08-02 10:36:11

    没错  跑一下试试i

    慕UI514...

    跑了 很多遍 换了 好多次 都不行0.0

    2017-08-02 10:42:36

    共 1 条回复 >

Java入门第一季(IDEA工具)升级版

0基础萌新入门第一课,从Java环境搭建、工具使用、基础语法开始

1165172 学习 · 17581 问题

查看课程

相似问题