某班有20名學生,從鍵盤輸入這20名學生的成績存放在數組中,實現由大到小輸出。

using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _118_3._3 {     class Program     {         static void Main(string[] args)         {             int[]
相關文章
相關標籤/搜索