14
0
19
788
1
int[] nums=new int[4]; Console.WriteLine("請輸入四家店的價(jià)格"); for (int i = 0...
int temp = 0; int[] nums=new int[4]; Console.WriteLine("請輸入數(shù)字"); ...
最小值 int[] points = { 18,25,7,36,13,2,89,63};\\定義原數(shù)組points int[] nums = { 18...
int[] nums = new int[10]; int[] count = new int[4]; Console.WriteLine("請輸入數(shù)...
int[] array = { 1, 3, -1, 5, -2 }; int[] nums = new int [array.Length ]; in...
正直角三角 int n = 1; int i = 0; Console.WriteLine("循環(huán)次數(shù):"); int nums = Conv...
Console.WriteLine("循環(huán)次數(shù):"); int nums = Convert.ToInt32(Console.ReadLine()); ...
Console.WriteLine("1-100以內(nèi)所有不能被7整除的數(shù)"); int Count = 0; int Sum = 0; ...