这个问题怎么改啊?

来源:7-1 编程练习

苍白的尾巴

2015-01-24 19:29

error: cannot find symbol
System.put.println("???????");
^
symbol: variable put
location: class System
error: cannot find symbol
System.put.println(scores[i]);
^
symbol: variable put
location: class System
2 errors

写回答 关注

1回答

  • HappyHacking
    2015-01-24 20:41:05
    已采纳

    System.put.println("???????");

    你中间的out写成了put

    第7行和第24行

    苍白的尾巴

    非常感谢!

    2015-01-25 10:29:12

    共 1 条回复 >

Java入门第一季(IDEA工具)升级版

0基础萌新入门第一课,从Java环境搭建、工具使用、基础语法开始

1165172 学习 · 17581 问题

查看课程

相似问题