![240](https://cdn2.jianshu.io/assets/default_avatar/7-0993d41a595d6ab6ef17b19496eb2f21.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
Console.WriteLine("請(qǐng)輸入用戶名"); string name = Console.ReadLine(); Console.W...
Console.WriteLine("請(qǐng)輸入密碼"); int key = Convert.ToInt32(Console.ReadLine()...
Console.WriteLine("請(qǐng)輸入年齡"); int year = Convert.ToInt32(Console.ReadLine(...
Console.WriteLine("輸入a"); int a = Convert.ToInt32(Console.ReadLine()); C...
Console.WriteLine("請(qǐng)輸入帳號(hào)"); string userName = Console.ReadLine(); Consol...
Console.WriteLine("請(qǐng)輸入一個(gè)語文成績"); int C = Convert.ToInt32(Console.ReadLine...
Console.WriteLine("請(qǐng)輸入蘇小鬼的語文成績"); int chinese = Convert.ToInt32(Console....
Console.WriteLine("請(qǐng)輸入年份"); int year = Convert.ToInt32(Console.ReadLine(...
Console.WriteLine("請(qǐng)輸入天數(shù)"); string intday = Console.ReadLine(); int day ...