不知道有啥错误,但是总是显示多出来一个人的成绩

 string[] name = new string[] { "吴淞" ,"钱东宇","浮沉","陈璐", "周蕊","林日新" };

             int[] score = new int[] { 60, 56, 90, 89, 13, 56 };

             int max = 0; 

             for(int i=0;i<score.Length;i++)

             if (score[i]>max)

             {

                 max = score[i];

                 Console.WriteLine("{0}的成绩最高,是{1}", name[i], max);

             }


世界我快乐
浏览 1364回答 4
4回答

weibo_慕容4187071

就是会显示两个人的成绩
打开App,查看更多内容
随时随地看视频慕课网APP