文件名称:GuessNumberGame
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-04-21
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- 谢**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实验1 猜数字游戏
实验类型:验证性
实验目的:掌握Java语言数据类型、基本输入输出、控制语句和方法的使用。
实验内容:
编写程序,项目名与类名均为GuessNumberGame。
每次游戏程序随机产生一个0-9之间的整数,要求玩家输入自己猜的数字,并对用户输入数字进行检查,进行如下提示:
如果用户猜对了,则提示:恭喜你,猜对了。结束本次游戏。
如果用户猜错了,则提示:你猜的数字太(大或小)了。要求用户继续猜。
如果连续3次没有猜对,则提示:游戏失败。
一次游戏结束时,提示用户是否继续新的游戏,果用户选择继续,则开始新一次游戏,否则输出:你共进行了XXX次游戏,成功XXX次,失败XXX次。然后结束程序运行。
提交要求:打包为可以执行的JAR文档,其中要包含源程序文件。-Experiment 1 guessing game experiment type: confirmatory experimental purposes: to grasp the Java language data types, basic input output, control statements, and methods to use. Experiment: write a program, project name and class name are GuessNumberGame. Every game program randomly generates an integer between 0-9, requires players to enter their guess numbers, check numbers and user input, the following prompt: If you guess right, the prompt: Congratulations, you guessed it . The end of this game. If you guess wrong, you are prompted: Guess the number too (big or small) a. Requires the user to continue to guess. If you have not guessed it three consecutive times, then Tip: game failed. When a game ends, the user is prompted whether to continue a new game, if the user chooses to continue, then start a new game, otherwise the output: You were conducted XXX Game successful XXX times fail XXX times. Then the end of the program to run. Submission Requirements: packaged as JAR documents c
实验类型:验证性
实验目的:掌握Java语言数据类型、基本输入输出、控制语句和方法的使用。
实验内容:
编写程序,项目名与类名均为GuessNumberGame。
每次游戏程序随机产生一个0-9之间的整数,要求玩家输入自己猜的数字,并对用户输入数字进行检查,进行如下提示:
如果用户猜对了,则提示:恭喜你,猜对了。结束本次游戏。
如果用户猜错了,则提示:你猜的数字太(大或小)了。要求用户继续猜。
如果连续3次没有猜对,则提示:游戏失败。
一次游戏结束时,提示用户是否继续新的游戏,果用户选择继续,则开始新一次游戏,否则输出:你共进行了XXX次游戏,成功XXX次,失败XXX次。然后结束程序运行。
提交要求:打包为可以执行的JAR文档,其中要包含源程序文件。-Experiment 1 guessing game experiment type: confirmatory experimental purposes: to grasp the Java language data types, basic input output, control statements, and methods to use. Experiment: write a program, project name and class name are GuessNumberGame. Every game program randomly generates an integer between 0-9, requires players to enter their guess numbers, check numbers and user input, the following prompt: If you guess right, the prompt: Congratulations, you guessed it . The end of this game. If you guess wrong, you are prompted: Guess the number too (big or small) a. Requires the user to continue to guess. If you have not guessed it three consecutive times, then Tip: game failed. When a game ends, the user is prompted whether to continue a new game, if the user chooses to continue, then start a new game, otherwise the output: You were conducted XXX Game successful XXX times fail XXX times. Then the end of the program to run. Submission Requirements: packaged as JAR documents c
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GuessNumberGame
...............\build
...............\.....\built-jar.properties
...............\.....\classes
...............\.....\.......\GuessNumberGame.class
...............\.....\empty
...............\.....\generated-sources
...............\.....\.................\ap-source-output
...............\build.xml
...............\dist
...............\....\GuessNumberGame.jar
...............\nbproject
...............\.........\build-impl.xml
...............\.........\genfiles.properties
...............\.........\private
...............\.........\.......\config.properties
...............\.........\.......\private.properties
...............\.........\.......\private.xml
...............\.........\project.properties
...............\.........\project.xml
...............\src
...............\...\GuessNumberGame.java