Console.WriteLine("请选择您的游戏类型:"); Console.WriteLine(@" 1.牌类 2.休闲竞技类"); try { int a = Con...
Console.WriteLine("请选择您的游戏类型:"); Console.WriteLine(@" 1.牌类 2.休闲竞技类"); try { int a = Con...
int n = 1; double count = 0; do { Console.Write("您正在玩第{0}局,成绩为:", n); string str_score ...
Console.WriteLine("欢迎进入魔法师迷你游戏平台"); Console.WriteLine("请选择您喜爱的游戏:"); Console.WriteLine(...
for (int i = 1; i <= 3; i++) { Console.WriteLine("qingshurumima"); string a = Console.R...
Console.WriteLine("个人信息"); Console.WriteLine("yhm"); string a = Console.ReadLine(); Con...
using System; using System.Collections.Generic; using System.Linq; using System.Text; n...
string strNumber = ""; int max = 0; //用来存储最大值 while (strNumber != "end") { Console.Writ...
do { Console.WriteLine("请输入数字"); strNumber = Console.ReadLine(); if (strNumber != "q") ...
Console.WriteLine("请输入用户名"); name = Console.ReadLine(); Console.WriteLine("请输入密码"); pwd...
using System; using System.Collections.Generic; using System.Linq; using System.Text; n...
Console.WriteLine("班级人数"); int count = Convert.ToInt32(Console.ReadLine()); int i = 0; ...
Console.WriteLine("年龄"); int a = Convert.ToInt32(Console.ReadLine()); Console.WriteLine...
Console.WriteLine("banji"); int p = Convert.ToInt32(Console.ReadLine()); Console.WriteL...
Console.WriteLine("本金"); string str_p=Console.ReadLine(); int p=Convert.ToInt32(str_p);...
Console.WriteLine("年龄"); string str_a=Console .ReadLine (); int a=Convert.ToInt32 (str_...
Console .WriteLine ("用户名"); string yonghumoing=Console .ReadLine (); Console.WriteLine(...
Console .WriteLine ("输入密码"); string str_a=Console .ReadLine (); int a=Convert.ToInt32 (...
Console.WriteLine("a"); int a = Convert.ToInt32(Console.ReadLine()); Console.WriteLine(...
Console.WriteLine("请输入老苏语文成绩:"); string str_chinese = Console.ReadLine(); Console.Write...
#Console.WriteLine("请输入年份"); int year =Convert .ToInt32 (Console .ReadLine ()); bool b ...