慕粉1089760
2022-10-13 22:32
using System;
using System.Collections.Generic;
using System.Text;
namespace Test
{
class Program
{
static void Main(string[] args)
{
string[] names=new string[]{"关羽","张飞","赵云","马超","黄忠"};
for(int i =0; i <names.Length;i++)
{
Console.Write(names[i]);
}//请在这里完善代码
}
}
}
没错,只是慕课要求打印的有逗号
C#开发轻松入门
254118 学习 · 1459 问题
相似问题