? ? ? try
? ? ? ? {
? ? ? ? ? ? string [] thing = new string[5];
? ? ? ? ? ? for (int i=0;i<thing.Length ;i++)
? ? ? ? ? ? {
? ? ? ? ? ? ? ? Console.WriteLine("請輸入第{0}個商品名稱",i +1);
? ? ? ? ? ? ? ? thing[i] = Console.ReadLine();
? ? ? ? ? ? }
? ? ? ? ? ? ? Console.WriteLine("本次特價商品名稱是");
? ? ? ? ? ? foreach (var item in thing)
? ? ? ? ? ? {
? ? ? ? ? ? ? ? Console.WriteLine(item);
? ? ? ? ? ? }
? ? ? ? }
? ? ? ? catch
? ? ? ? {
? ? ? ? ? ? Console.WriteLine("輸入格式錯誤颖医,程序錯誤");
? ? ? ? ? ?
? ? ? ? }
? ? ? ? Console.ReadKey();
0?
小禮物走一走,來簡書關(guān)注我
贊賞支持
圖片發(fā)自簡書App
圖片發(fā)自簡書App