Console.WriteLine("请输入用户名"); string name = Console.ReadLine(); Console.WriteLine("请输入密码...
Console.WriteLine("请输入密码"); int key = Convert.ToInt32(Console.ReadLine()); if (key == 8...
Console.WriteLine("请输入年龄"); int year = Convert.ToInt32(Console.ReadLine()); if (year >=...
Console.WriteLine("输入a"); int a = Convert.ToInt32(Console.ReadLine()); Console.WriteLin...
Console.WriteLine("请输入帐号"); string userName = Console.ReadLine(); Console.WriteLine("请输...
Console.WriteLine("请输入一个语文成绩"); int C = Convert.ToInt32(Console.ReadLine()); Console.Wr...
Console.WriteLine("请输入苏小鬼的语文成绩"); int chinese = Convert.ToInt32(Console.ReadLine()); Co...
Console.WriteLine("请输入年份"); int year = Convert.ToInt32(Console.ReadLine()); bool b = ye...
Console.WriteLine("请输入天数"); 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("请输入你的姓名"); string name = Console.ReadLine(); Console.WriteLine("请输入你...
Console.WriteLine("姓名"); string name = Console.ReadLine(); Console.WriteLine("年龄"); str...
int number1 = 10; int number2 = 5; Console.WriteLine("number1:"+number1+",number2:"+num...
学习目标 1.掌握学习编程的方法 2.了解C#语言的由来、特点、开发前景 3.理解.NET平台、会安装VS2015 4.会创建控制台程序和Windows应用程序 概念的区分:...
作业内容:乘法计算器 编码 实际效果
作业目标 :编码 实际效果