问答详情
源自:5-3 编程练习

对了几遍12行就是出不来。求帮忙。

using System;

using System.Collections.Generic;

using System.Text;


namespace Test

{

    class Program

    {

        static void Main(string[] args)

        {

           string[] whsj=new string[]{"关羽","张飞","赵云","马超","黄忠"};

           for (int i=0;i<whsj.length;i++)

           {

               Console.Write(whsj[i]+",");

           }//请在这里完善代码

        }

    }

}


提问者:慕沐2822925 2018-10-10 21:11

个回答

  • Eminem888
    2018-11-03 09:45:41

    Length

  • 慕沐2822925
    2018-10-10 21:19:55

    一个字母的大小写的问题。。。。。。