Java小游戏源代码

时间:2018-04-27 09:09:20
【文件属性】:

文件名称:Java小游戏源代码

文件大小:662B

文件格式:JAVA

更新时间:2018-04-27 09:09:20

Java

猜数字游戏:do { System.out.println("请猜一下电脑随机生成的数字为(0-9)"); person = in.nextInt(); if (person < computer) { System.out.println("猜小了!在" + person + "至8之间"); } else if (person > computer) { System.out.println("猜大了!在0至" + person + "之间"); } } while (person != computer);


网友评论

相关文章