为了账号安全,请及时绑定邮箱和手机立即绑定

请问大家我这个问题出在什么地方,感谢指点~

        static void Main(string[] args)

        {

                string [] name ={ "吴松", "钱东宇", "伏晨", "陈陆", "周蕊", "林日鹏", "何昆", "关欣" };

                int [] Score = { 89, 90, 98, 56, 60, 91, 93, 85 };

                int MaxScore = Score[0];

                int index = 0;

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

                {

                    if (MaxScore < Score[i])

                    {

                        MaxScore = Score[i];

                        index = i;

                    }

                }

                 Console.WriteLine("分数最高的是"+name[index]+", "+"分数是"+MaxScore);


        }

https://img1.sycdn.imooc.com//5d5e9b3b00014c8b02890106.png

正在回答

3 回答

逻辑思维太复杂 代码淤积

0 回复 有任何疑惑可以回复我~

你把最后输出的逗号,改成中文的就好了

0 回复 有任何疑惑可以回复我~

同问,和你一样,运行正确,输出错误

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

请问大家我这个问题出在什么地方,感谢指点~

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信