Question: I need help creating a algorithm for this sample output program called WordGame.c. I will appreciate your help but do not use coding language in
I need help creating a algorithm for this sample output program called WordGame.c. I will appreciate your help but do not use coding language in the solution. Here is first a sample algorithm so you can have an idea of how to write it.

Here is the output for the program WordGame.c




Guess Game Algorithm Example 1. Greet the user and display the instructions 2. Connect to the input file 3. Get a letter from the input file 4. Change the letter to uppercase 5. Get the numerical value for the uppercase letter 6 Ask and get a number from the user between (65 and 90) Calculate the absolute value of the difference of the users guess and the numerical value from number 5. 8. Test if the difference is 0 If the difference is 0 tell the user they guessed correctly 9 Display the result of the calculation from number 7 10. Display the uppercase letter that came from the file 11. Ask the user if they would like to try again (1 for yes, 0 for no) 12. With an input of 1 go back to number3 13. Say goodbye to the user
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
