JAVA逻辑题目 菜鸟求问

有一道题,不是很明白需要怎么做?我是新人菜鸟。。。要求就是写出一步一步的那种纯逻辑的解答

Memory game: Design a simple memory game where the computer program shows the user 5 alphabets, A through E, in random order. Then the alphabets disappear, and the user is prompted to recall the numeric position of one of the 5 alphabets. The program checks the answer for correctness and displays an appropriate message. 


大概意思就是这是一个简单地记忆游戏,电脑随机生成A到E五个字母,顺序是随机的,然后让用户记住,再要用户打出来生成的字母顺序。最后这个程序就是用来检查答案的正确与否,并且在显示提示语言在屏幕上。

shanevll
浏览 1212回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Java