![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.WriteLine("請(qǐng)輸入密碼...
Console.WriteLine("請(qǐng)輸入密碼"); int key = Convert.ToInt32(Console.ReadLine()); if (key == 8...
Console.WriteLine("請(qǐng)輸入年齡"); int year = Convert.ToInt32(Console.ReadLine()); if (year >=...
Console.WriteLine("輸入a"); int a = Convert.ToInt32(Console.ReadLine()); Console.WriteLin...
Console.WriteLine("請(qǐng)輸入帳號(hào)"); string userName = Console.ReadLine(); Console.WriteLine("請(qǐng)輸...
Console.WriteLine("請(qǐng)輸入一個(gè)語文成績"); int C = Convert.ToInt32(Console.ReadLine()); Console.Wr...
Console.WriteLine("請(qǐng)輸入蘇小鬼的語文成績"); int chinese = Convert.ToInt32(Console.ReadLine()); Co...
Console.WriteLine("請(qǐng)輸入年份"); int year = Convert.ToInt32(Console.ReadLine()); bool b = ye...
Console.WriteLine("請(qǐng)輸入天數(shù)"); string intday = Console.ReadLine(); int day = Convert.ToInt...
int r = 5; double pi=3.14; double p = 2 * pi * r; double s = pi * r * r; Console.WriteL...
Console.WriteLine("請(qǐng)輸入你的姓名"); string name = Console.ReadLine(); Console.WriteLine("請(qǐng)輸入你...
Console.WriteLine("姓名"); string name = Console.ReadLine(); Console.WriteLine("年齡"); str...
int number1 = 10; int number2 = 5; Console.WriteLine("number1:"+number1+",number2:"+num...
學(xué)習(xí)目標(biāo) 1.掌握學(xué)習(xí)編程的方法 2.了解C#語言的由來、特點(diǎn)、開發(fā)前景 3.理解.NET平臺(tái)、會(huì)安裝VS2015 4.會(huì)創(chuàng)建控制臺(tái)程序和Windows應(yīng)用程序 概念的區(qū)分:...