文件名称:homework1
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-04-07
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 赵**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
猜单词:1-1 猜单词:给定单词数组(不少于10个),计算机随机选择其中的一个,并显示单词长度。用户每次猜一个字母,如正确,将在相应的位置显示出来,重复该过程,直至字母全部猜出,用户也可以通过输入数字0来请求提示,此时计算机会随机选择一个尚未猜出的字母显示出来。
例如随机单词为apple,计算机先打印_ _ _ _ _
用户输入a,计算机显示a _ _ _ _
用户输入e,计算机显示a _ _ _ e
用户输入0,计算机显示a p p _ e(也可能是a _ _ l e)
……
-Guess word :1-guess word: given the array of words (at least 10), the computer randomly select one of them, and displays the word length. Every time a user guess a letter, if correct, will be displayed in the appropriate position, and repeat the process until the letters all guess, users can also enter the number 0 to request prompt, the computer will randomly select a not yet guessed letters displayed. For example, the random word for apple, _____ the user to enter a computer before printing, the computer displays a ____ user input e, the computer displays a ___ e user input 0 computer display app _ e (may be a __ le) ......
例如随机单词为apple,计算机先打印_ _ _ _ _
用户输入a,计算机显示a _ _ _ _
用户输入e,计算机显示a _ _ _ e
用户输入0,计算机显示a p p _ e(也可能是a _ _ l e)
……
-Guess word :1-guess word: given the array of words (at least 10), the computer randomly select one of them, and displays the word length. Every time a user guess a letter, if correct, will be displayed in the appropriate position, and repeat the process until the letters all guess, users can also enter the number 0 to request prompt, the computer will randomly select a not yet guessed letters displayed. For example, the random word for apple, _____ the user to enter a computer before printing, the computer displays a ____ user input e, the computer displays a ___ e user input 0 computer display app _ e (may be a __ le) ......
(系统自动生成,下载前可以参看下载内容)
下载文件列表
homework1.java