In Java I need to design an ESP Game: Design a program to test your extrasensory perception. The program will randomly pick a card (you could consider only the card suit, for example [Hearts, Diamonds, Clubs, Spades]. ) Prompt the user to enter a suit, then display whether the user guessed correctly. ESP Game Outcomes: Modify your ESP game to write the outcome of a game to a file. Allow the user to play the ESP game multiple times, writing each outcome to a file. Then, determine the number of times the user guessed correctly reading from the file. Please include flowcharts and/or class diagrams
In Java I need to design an ESP Game:
Design a program to test your extrasensory perception. The program will randomly pick a card (you could consider only the card suit, for example [Hearts, Diamonds, Clubs, Spades]. ) Prompt the user to enter a suit, then display whether the user guessed correctly.
ESP Game Outcomes:
Modify your ESP game to write the outcome of a game to a file. Allow the user to play the ESP game multiple times, writing each outcome to a file. Then, determine the number of times the user guessed correctly reading from the file.
Please include flowcharts and/or class diagrams
Trending now
This is a popular solution!
Step by step
Solved in 5 steps with 2 images
This solution is not running when I try and build it in Visual code. I am not used to using const and don't understand anything from this code. I am used to typing String, int..... that sort of coding....