摘要: 1.有10个评委打分,(去掉一个最高一个最低)求平均分。 import java.util.Scanner; public class two { public static void main(String[] args) { int a[] = new int[10]; int sum = 0, 阅读全文
posted @ 2020-04-16 15:06 王俊凯的小可爱 阅读(132) 评论(0) 推荐(0)