#代碼 int line = 0; int sum = 0; Console.WriteLine("1-100不能被7整除的數(shù)字為:"); for (int i = 1; i...
#代碼 int line = 0; int sum = 0; Console.WriteLine("1-100不能被7整除的數(shù)字為:"); for (int i = 1; i...
#代碼 string m = Console.ReadLine(); int n = Convert.ToInt32(m); for (int i = 1; i <= n; ...
#代碼 string m = Console.ReadLine(); int n = Convert.ToInt32(m); for (int i = 1; i <= n; ...
#代碼 try { Console.WriteLine("輸入數(shù)字"); int yi = 0; int er = 0; int san = 0; int cuowu = 0...
#代碼int[] points = { 18, 25, 7, 36, 13, 2, 89, 63 }; int min = points[0]; int index = 0;...
#代碼 try { Console.WriteLine("請輸入要四家店的價格"); int[] money=new int[4]; for (int i = 0; i < ...
#代碼 try { Console.WriteLine("請輸入會員本月的消費記錄"); double[] money = new double[5]; double sum...
#編碼 string[] scores = { "Nike背包", "Adidas運動衫", "李寧運動鞋", "KAPPA外套", "361°腰包" }; for (int...
Console.WriteLine("輸入人數(shù)"); string str_a = Console.ReadLine(); try { int a = Convert.ToI...
Console.WriteLine("魔法師迷你游戲平臺>游戲點擊率"); int a = 0; //"a"為點擊率>100的數(shù)量 for (int ...
#編碼 Console.WriteLine("游戲幣支付"); Console.WriteLine(@"游戲類型: 1.牌類 2.休閑競技類"); string xuanzh...
#代碼 Console.WriteLine("歡迎進入魔法師迷你游戲平臺"); Console.WriteLine("請選擇您喜愛的游戲:"); Console.WriteL...
int temp, i, j; for (i = 1; i < 10; i++) { for (j = 1; j <= i; j++) { temp = j * i; if ...
#代碼 for (int i = 1; i <= 9; i++) { for (int X = 1; X<= i; X++) { Console.Write("{0}*{1}...
#代碼Console.WriteLine("輸入一個數(shù)字"); int num = Convert.ToInt32(Console.ReadLine()); for (int...
#代碼 string strNumber = ""; int max = 0; while (strNumber != "fuck") { Console.WriteLine...
圖片發(fā)自簡書App#代碼 string strNumber=""; do { Console.WriteLine("請輸入數(shù)字"); strNumber = Console....
#代碼 string name = ""; string pwd = ""; do { Console.WriteLine("請輸入用戶名"); name = Console...
#代碼Console.WriteLine("輸入班級人數(shù)"); int a = Convert.ToInt32(Console.ReadLine()); int i = 0;...