IP屬地:香港
一庐舟、 try { Console.WriteLine("請(qǐng)輸入6個(gè)數(shù)字"); int[] nums = new int[6]; for (int...
一、不斷要求用戶輸入一個(gè)數(shù)字蹋宦,然后打印這個(gè)數(shù)字的二倍冲秽,當(dāng)用戶輸入q的時(shí)候程序退出 string str_Number = ""; do ...
Console.WriteLine("根據(jù)這個(gè)值可以輸出一下加法"); for (a = 0; a < 10; a++) { for (i = ...
Console.WriteLine("請(qǐng)輸入你的密碼:"); string mima = "111111"; int amount = 0; i...
編寫一個(gè)C#程序,實(shí)現(xiàn)輸出1~100中所有不能被7整除的數(shù),并求其和玉吁。 要求:每輸出4個(gè)數(shù)據(jù)換行顯示, Console.WriteLine ("...
Console.Write("請(qǐng)輸入直角三角形的行數(shù):");inta = Convert.ToInt32(Console .ReadLine (...