正在回答
2回答
输出语句应该是System.out.println(),你写成System.out.printIn(),修改一下即可。
慕前端9412586
2017-07-05 09:32:25
什么工具? 什么平台? 疑似编码问题
A "Cannot find symbol" error is about the identifiers. When your code is compiled, the compiler needs to work out what each and every identifier in your code means.
A "Cannot find symbol" error means that the compiler cannot do this. Your code appears to be referring to something that the compiler doesn't understand.
https://stackoverflow.com/questions/25706216/what-does-a-cannot-find-symbol-compilation-error-mean
Java零基础入门18
- 参与学习 人
- 提交作业 7317 份
- 解答问题 14452 个
想要入门学编程?多年一直活跃在编程语言排行版前列的Java是一个很好的选择。本路径将从Java基础语法、面向对象、常用工具类三部分,为你开启软件开发的大门!
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星