public class HelloWorld{
public static void main(String[] args) {
String hobby="慕课网";
System.out.println(hobby);
}
}
类名不一致。。。。
分号是英文的分号
;;;
;;;
public class HelloWorld{
public static void main(String[] args) {
String hobby="慕课网";
System.out.println(hobby);
}
}
是不是出现bug了我也是打完了代码,说啥都是不对的
程序可以运行,你看看是不是你的类名是不是一致