问答详情
源自:2-4 变量是什么

我不知道错在哪

public class HelloWorld{

    public static void main(String[] args) {

System.out.println(hobby);

}

}


我已经改成这样了

public class HelloWorld {

public static void main(String[] args){

  String hobby="嘻嘻";

System.out.println(hobby);

}

}

依旧不对

提问者:慕粉1758353909 2017-01-22 20:28

个回答

  • SDBWJ1212
    2017-01-22 20:33:14

    http://img.mukewang.com/5884a62f000116e319201080.jpg您好,下面的代码没有错误,请检查文件名、符号是否有问题