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

关于本小杰的例子

https://img1.sycdn.imooc.com//5b5a6e8700019aac10560936.jpg

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;


namespace _20180727

{

    class Program

    {

        static void Main(string[] args)

        {

            int[,] score = new int[4, 2] { { 89, 96 }, { 69, 40 }, { 78, 96 }, { 100, 89 } };

            Console.WriteLine("同学们的分数是:");

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

            {

                Console.WriteLine("语文:{0},数学:{1}", score[i, 0], score[i, 1]);

            }

        }

    }

}



为什么会出错呢?求大神解答下


正在回答

1 回答

14行的分号删掉

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

星辰的泪 提问者

谢谢你
2018-07-30 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

关于本小杰的例子

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