摘要: 1.有10个评委打分,(去掉一个最高一个最低)求平均分。 import java.util.Scanner; public class demo1 { public static void main(String[] args) { int []arr= new int[10]; float t=0 阅读全文
posted @ 2020-04-16 14:41 EarlGary 阅读(144) 评论(0) 推荐(0)