c语言无法将类型“int”隐式转换为“string” 20

我要编一个猜数字的游戏,我输入的是:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingS... 我要编一个猜数字的游戏,我输入的是: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { Random ran = new Random(); int Randkey = ran.Next(1, 100); Console.WriteLine("请输入你认为正确的整数"); int x = 0; int j; for (j = 1; j <= 8; j++) { x = Convert.ToInt32(Console.ReadLine()); if (x == Randkey) { break; } else if (x != Randkey) { if (x < Randkey) { Console.WriteLine("你输入的值太小了"); continue; } else if (x > Randkey) { Console.WriteLine("你输入的值太大了"); continue; } } } switch ("j") { case 1: Console.WriteLine("你太厉害了"); break; case 2: case 3: case 4: case 5: case 6: case 7: case 8: Console.WriteLine("还差点哦"); break; } Console.Readkey(); } } } 但就是显示无法将类型“int”隐式转换为“string”和“System.Console”并不包含“Readkey”的定义 展开
 我来答
ypxwmx
2014-12-12 · TA获得超过1131个赞
知道小有建树答主
回答量:726
采纳率:0%
帮助的人:682万
展开全部
switch判断不要加双引号,switch(j)
是ReadKey。。不Readkey
left2east
2014-12-12 · 超过26用户采纳过TA的回答
知道小有建树答主
回答量:102
采纳率:0%
帮助的人:71.5万
展开全部
switch ("j")

这里的j不应该加引号
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式