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

为什么VS215能显示结果,IMOOC无法通过( 课程:C#开发轻松入门,第6章)

为什么VS215能显示结果,IMOOC无法通过( 课程:C#开发轻松入门,第6章)

C#
YenJoe_Nieh 2016-03-02 17:10:18
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace test1{    class Program    {        static void Main(string[] args)        {            string[,] exam = new string[,] { { "吴松","89"}, { "钱东宇", "90" }, { "伏晨", "98" }, { "陈陆", "56" }, { "周蕊", "60" }, { "林日鹏", "91" }, { "何昆", "93" }, { "关欣", "85" } };            int max_i = 0, max = int.MinValue;            for (int i = 0; i < exam.GetLength(0); i++)            {                if(Convert.ToInt32(exam[i,1]) > max)                {                    max_i =i;                    max = Convert.ToInt32(exam[i, 1]);                }            }            Console.Write("分数最高的是{0},分数是{1}",exam[max_i,0],exam[max_i,1]);        }    }}
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 1130 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信