Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please use the letter file. It must be typed in notefile thank u. it needs to be done in visual studio. c++ Project objective: To

Please use the letter file. It must be typed in notefile thank u. it needs to be done in visual studio. c++ image text in transcribed

image text in transcribed

image text in transcribed

Project objective: To demonstrate an understanding of inputs, outputs, and sequence of instructions used to implement the letter guessing game. Submit the Algorithm for Large program 1 What to submit: guessGameAlgorithm.pdf Download the guessGame.exe file and letters.txt file in the same directory) to understand the logic of the assignment. then write the algorithm. gu letters.txt The algorithm is the logical order of the steps of the program you will be implementing. The algorithm does not include any C language specific elements like functions. Here is an example of an algorithm for a similar game: 1. Greet the user and display instructions 2. connect to an input file 3. Get a number from the file (solution) 4. Ask the user to guess a number 5. Get the users guess (guess) 6. Check if the guess matches the solution 7. Tell the user how their guess compares to the solution 8. Ask the user if they want to try again, if yes go back to number 3 9. Say goodbye to the user Welcone to the Letternumber Game The goal is to try to guess the nunerical value of a secret solution letter You will be asked to enter a number between

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions