import java.util.Random;
import java.util.Scanner;
public class Number{
public static void main(String[] args) {
int count=1;
Random rnd = new Random();
int x = rnd.nextInt(100);
System.out.println("************猜数字游戏************");
System.out.print("请输入您猜想的数字(0~99):");
Scanner input = new Scanner(System.in);
int num = input.nextInt();
if(num==x){
System.out.println("一击命中,你太有才了!");
}else{
while(num!=x){
if(num>x){
System.out.println("大了,请重试");
}
if(num<x){
System.out.println("小了,请重试");
}
count++;
System.out.print("请再次输入你猜想的数字(0~99):");
num = input.nextInt();
}
if(count<7){
System.out.println("总共猜了"+count+"次!");
System.out.println("这么快就猜出来了,很聪明嘛!");
}else{
System.out.println("总共猜了"+count+"次!");
System.out.println("猜了这么久,小同志,还需努力啊!");
}
}
}
}
Java新手小程序之四
原创
©著作权归作者所有:来自51CTO博客作者wg_wEFEhhFh的原创作品,请联系作者获取转载授权,否则将追究法律责任
上一篇:Java新手小程序之三
下一篇:JAVA新手小程序之五
提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
wx小程序起步一、二【一共四章】-优质好文
wx小程序起步一、二【一共四章】-优质好文
数据 json 事件处理 -
JAVA新手小程序之六
import java.io.File;public class Test{ public static void main(String []args)throw IOException{
JAVA 程序 file import public -
c语言新手小程序
编程新手猜数字游戏 C语言9*9口诀表 C语言求最大公约数
c语言 编程 初学者 小程序 -
新手进阶 Notepad++编辑小技巧四则
新手进阶 Notepad++编辑小技巧四则作者:李熙 【转载】 天空 10年08月06日 [暂无评论] 1、删除文本中的空格 选中想删除空格的文本,按“Ctrl+H”,在find what后输入空
delete numbers tools Line 大小写转换