IP屬地:浙江
string user; string newuser; string password; string newpassword; int ca...
try { Console.WriteLine("*********歡迎進入獎客富翁系統(tǒng)**********************...
int i=0; int a=0;
Console.WriteLine("請輸入等腰三角形的行數(shù):"); int a = Convert.ToInt32(Console.ReadL...
Console.WriteLine("請輸入直角三角形的行數(shù):"); int a = Convert.ToInt32(Console.ReadL...
Console.WriteLine("請輸入直角三角形的行數(shù):"); int a = Convert.ToInt32(Console .Read...
int[] arry = { 1, 3, -1, 5, -2 };
/** * 從鍵盤上輸入10個整數(shù), * 合法值為1,2或3, * 不是這3個數(shù)則為非法數(shù)字。 * 試編程統(tǒng)計每個整數(shù)和非法數(shù)字的個數(shù)。 * *...