#代碼 bool j=false; try { do { Consol...
Console.WriteLine("請輸入10個數(shù)"); int[] nums = new int[10]; int ...
#代碼int sum = 0; int line=0; for (int i = 0; i <= 100;i++ ) ...
#代碼 string pass; int count = 0; int amount = 0; string...
#代碼 int i; int j; for (i = 1; i < 10; i++) { f...
#代碼 Console.WriteLine("請輸入等腰金字塔的塔高:"); int hang = Convert.ToInt32(...
Console.WriteLine("請輸入倒金字塔的塔高"); int n = Convert.ToInt32(Console.R...
#代碼 Console.WriteLine("請輸入直角金字塔的塔高"); int i, j, n; n = Conve...
int index = 0; int[] points = new int[8] { 18, 25, 7, 36, 13, 2, 8...