提示错误 需要"{"
publicclassWelcomeToJava{publicstaticvoidmain(String[]args){//Displaymessagewelcometo...
public class Welcome To Java {
public static void main(String[] args) {
//Display message welcome to java! to the console
System.out.println("welcome to java !");
}
} 展开
public static void main(String[] args) {
//Display message welcome to java! to the console
System.out.println("welcome to java !");
}
} 展开
1个回答
展开全部
public class Welcome{
public static void main(String[] args) {
//Display message welcome to java! to the console
System.out.println("welcome to java !");
}
}
定义类的时候要注意命名
public static void main(String[] args) {
//Display message welcome to java! to the console
System.out.println("welcome to java !");
}
}
定义类的时候要注意命名
追问
不行了,提示类welcome是公共的
追答
换个类名,比如Hello_Java 如果你想让类名有意义需要用下划线连接才行。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询