C#--輸入10個數存入數組中,求這10個數的最大值、最小值和平均值。

輸入10個數存入數組中,求這10個數的最大值、最小值和平均值。web using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace text { public class Score { public int GetMin(int[]
相關文章
相關標籤/搜索