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

哪里有错误啊

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


提问者:PRC小杰 2015-03-24 11:35

个回答

  • 发条橙
    2015-03-24 12:56:11

    我爱慕课网后面的分号  用英文的分号