#代碼 int line = 0; int sum = 0; Console.WriteLine("1-100不能被7整除的數(shù)字為:"); fo...
#代碼 string m = Console.ReadLine(); int n = Convert.ToInt32(m); for (int ...
#代碼 string m = Console.ReadLine(); int n = Convert.ToInt32(m); for (int ...
#代碼 try { Console.WriteLine("輸入數(shù)字"); int yi = 0; int er = 0; int san = 0...
#代碼int[] points = { 18, 25, 7, 36, 13, 2, 89, 63 }; int min = points[0];...
#代碼 try { Console.WriteLine("請輸入要四家店的價格"); int[] money=new int[4]; for (...
#代碼 try { Console.WriteLine("請輸入會員本月的消費記錄"); double[] money = new double...
#編碼 string[] scores = { "Nike背包", "Adidas運動衫", "李寧運動鞋", "KAPPA外套", "361°...
Console.WriteLine("輸入人數(shù)"); string str_a = Console.ReadLine(); try { int ...