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