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

public class HelloWorld{ public static void main(String[] args) { System.out.println(hobby); } }

错哪了..................

提问者:北辰往北 2017-03-22 10:43

个回答

  • 慕粉2109166417
    2017-03-22 10:46:33
    已采纳

    println("hobby")

  • 20163559086
    2017-04-09 14:26:15

    public class HelloWorld{

        public static void main(String[] args){

    String hobby="慕课网";

    System.out.println(hobby);

    }

    }