Question: Need psuedocode: Design a guessing game that prompts the player for a player name. The application then generates a random number between 1 and 1
Need psuedocode: Design a guessing game that prompts the player for a player name. The application then generates a random number between and and the player tries to guess it After each guess, display a message indicating whether the player's guess was correct, too high, or too low. When the player eventually guesses the correct number, display a score that represents a count of the number of required guesses. After a player plays the game exactly five times, save the best lowest score from the five games to a file. If the player's name already exists in the file, update the record with the new lowest score. If the player's name does not already exist in the file, create a new record for the player. After the file is updated, display all the best scores stored in the file.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
