Question: I need help creating this assignment language c (not c++). This letter guessing game. Please i will give you rating for the code and show

I need help creating this assignment language c (not c++). This letter guessing game. Please i will give you rating for the code and show of the executed code.
Here are the instructions:
 I need help creating this assignment language c (not c++). This
letter guessing game. Please i will give you rating for the code
and show of the executed code. Here are the instructions: Here is
the txt file letters for the game: Here is the outline of
the code(skeleton code without the functions integrated from instructions) I will give
you positive rating to all users who answer it. Best regards Intro
Here is the txt file letters for the game:
to Programming in C- Large Program 1-Letter Number guessing Game You will
Here is the outline of the code(skeleton code without the functions integrated from instructions)
write a program that will play a letter guessing game. Write a
I will give you positive rating to all users who answer it.
Best regards

Intro to Programming in C- Large Program 1-Letter Number guessing Game You will write a program that will play a letter guessing game. Write a program that reads letters from a file called "letters.st .Your program will open the . For this assignment the test file will contain at least 30 letters, uppercase OR lowercase * In your program you will change each letter (solution) to uppercase- letters.txf file read in one character at a time o Use the function toupper in Winclude cctypc.h> .You create a numerical version of the uppercase letter from the file o Use int numberSolution (intisolution . A sample of an input file that you can use to test your program is included with the assignment . The player will enter a number between (65 and 90-the numerical ASCII values for capital letters A-Z) o YOU CAN ASSUME THE USER WILL ENTERA NUMBER BETWEEN 65 and 90 .You will let the user know how close their guess is to the solution and print the solution leter onto the screen You will ask the user if they want to try again with a new letter, if yes get another letter from the file, if no, end the progranm You must have at least 4 user defined functions as follows o No modifications may be made to the functions edefine CRT SECURE NO HARNINGS #include /this function provides instructions to the user on how to play the gane void GaneRules ): //this function runs one game /input: character from the file, void return type /all other functions to Play one round of a gande /fare called from within the PlayTheGame function vold Play TheGane(char solution); /this function pronpts the player to make a guess and returns that guess /this function is called from inside the PlayTheGane function described above int GetGuess); //this function takes two arguments, the guess from the player //and the solution letter from the file //This function lets the user know if how far their guess is from the solution and //also prints the solution onto the screen void CompareGuessAndSolution(int guess, char solution) . Use function prototypes. Write comments for each function that will appear in the file before each prototype and again before cach function definition. Be sure to comment your code adequately Be sure to indent properly. Check your textbook and lecture code examples to see how it should be done. . . .Use meaningful variable names

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!