问答详情
源自:7-1 编程练习

这个问题怎么改啊?

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

提问者:苍白的尾巴 2015-01-24 19:29

个回答

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

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

    你中间的out写成了put

    第7行和第24行