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
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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
