美文网首页
C#第十次作业1

C#第十次作业1

作者: 亻尔亻也 | 来源:发表于2018-12-05 19:32 被阅读0次

    完成以下要求:

    {

                Console.WriteLine("商品");

                string[] name = { "背包", "运动衫", "运动鞋", "外套", "背包" };

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

                {

                    Console.WriteLine(name[i]);

                }

                Console.ReadKey();

            }

    相关文章

      网友评论

          本文标题:C#第十次作业1

          本文链接:https://www.haomeiwen.com/subject/opowcqtx.html