Question: C++ assignment Guessing Game - pseudocode 1. Display game instructions 2. Open an output file named game_results.txt 3. Prompt the player to enter his/her name
C++ assignment


Guessing Game - pseudocode 1. Display game instructions 2. Open an output file named game_results.txt 3. Prompt the player to enter his/her name and read the name (such as Bettie Bee) 4. Write the player's name to the output file 5. Loop (player's choice) // do - while loop a. Generate a random number between 55 and 75 c. guessed-false d. Loop ( c
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
