兄弟咱写了1个小时,格式规范,且经过严密测试,完成你所需要功能,且还有人性化设计,并且为你提供了可视化测试,我为你考虑的周到吧,不懂就问我 努力吧~~~ using System; using System.Collections.Generic; using System.Text; using System.Text.RegularExpressions;
///控制台测试 static void Main(string[] args) { #region Student Text AllStudent all = new AllStudent(3); all.AddAllreslut(); all.RtAvg(); all.printStu(); all.sorting(); Console.WriteLine("(冒泡排序)排序后成绩如下:"); all.printStu();