java创建一个HashSet对象,存储多个Student对象,for循环出每个元素,并计算学生总成绩创建一个Student对象,它有一个属性代表每个人的分数publicclassStudent{pr...