美文网首页
第十次作业第二题

第十次作业第二题

作者: 似是而非_30f0 | 来源:发表于2018-12-09 13:15 被阅读0次

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ConsoleApplication33
{
class Program
{
static void Main(string[] args)
{
string[] trade = { "Nike背包", "Adidas运动衫", "李宁运动鞋", "kappa外套", "361°腰包" };
for (int i = 0; i < trade.Length; i++)
{
Console.WriteLine("{0}",trade[i]);
}
Console.ReadKey();
}
}
}

相关文章

网友评论

      本文标题:第十次作业第二题

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