Console.WriteLine("請選擇您的游戲類型:"); Console.WriteLine(@" 1.牌類 2.休閑競技類"); try { int a = Con...
![240](https://cdn2.jianshu.io/assets/default_avatar/4-3397163ecdb3855a0a4139c34a695885.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
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("請輸入數(shù)字"); 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("班級人數(shù)"); 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 ...