設計程序,用一個二維數組存放5個學生的4門功課的考試成績,求每一個學生的平均成績。

/* * 簡單潦草,勿噴。 * 設計程序,用一個二維數組存放5個學生的4門功課的考試成績,求每一個學生的平均成績。 */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program
相關文章
相關標籤/搜索