helloworld.java错误找不到符号,
publicclassHelloWorld{publicstaticvoidmain(String[]args){System.out.printIn("hellowor...
public class HelloWorld {
public static void main(String[] args){
System.out.printIn ("hello world");
}
} 展开
public static void main(String[] args){
System.out.printIn ("hello world");
}
} 展开
5个回答
展开全部
你好,控制台提示System.out.println();语句发生错误,
这是因为你将println这个单词中的小写的L错写成大写的i;
System.out.printIn ("hello world");改为System.out.println ("hello world");
这是因为你将println这个单词中的小写的L错写成大写的i;
System.out.printIn ("hello world");改为System.out.println ("hello world");
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把System.out.printIn ("hello world");改成System.out.println ("hello world");就行了。
即把大写i改成小写L就行了。
即把大写i改成小写L就行了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-06-22
展开全部
不是用的Eclips吗?直接在里面运行程序,估计是你环境变量或者编译不对
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你打错了,是System.out.println("hello world");你其中一个打成大写的i了,那是小写的L
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询