这次是直接调用
hello.showTop3(scores;)
前几节都是把调用的方法保存在变量里面
int a = hello.showTop3(scores;)
这个不用保存也是可以的hello.showTop3(scores);这个本身就是一个值的