3月13日 抽奖活动
生活随笔
收集整理的這篇文章主要介紹了
3月13日 抽奖活动
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
//輸入n個(gè)手機(jī)號(hào),滾動(dòng)號(hào)碼,5秒后停止,做抽獎(jiǎng)活動(dòng);Console.Write("輸入手機(jī)號(hào)的個(gè)數(shù)");int a = int.Parse(Console.ReadLine());string[] shoujihao = new string[a];for (int i = 0; i < a; i++){Console.Write("輸入第" + (i + 1) + "個(gè)手機(jī)號(hào)碼:");shoujihao[i] = Console.ReadLine();}Console.WriteLine("所有號(hào)碼輸入完畢,請(qǐng)按回車鍵滾動(dòng)");Console.ReadLine();Random ran = new Random();for (int i = 0; i > -1; i++){int aa = ran.Next(a);Console.Clear();Console.WriteLine(shoujihao[aa]);System.Threading.Thread.Sleep(100);if (i == 50){//Console.Clear();//Console.WriteLine("123");break;}}Console.ReadLine();
?
轉(zhuǎn)載于:https://www.cnblogs.com/dongqiaozhi/p/5272325.html
總結(jié)
以上是生活随笔為你收集整理的3月13日 抽奖活动的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CUDA编程-gt;CUDA入门了解(一
- 下一篇: 励志篇