Question: can anyone help with a c programme code for this question Write a C program that plays the game of guess the number as follows:

can anyone help with a c programme code for this question
Write a C program that plays the game of "guess the number" as follows: Your program chooses the number to be guessed by selecting an integer at random in the range 50 to 177. The program then types: Can you guess my number? It is between 50 and 177. Please type your first guess. The player then types a first guess. The program responds with one of the following I. I!l You guessed the number! Would you like to play again (y or n)? 2. Low. Try again. 3. High. Try again. If the player's guess is incorrect, your program should loop until the player finally gets the number right. Your program should keep telling the player High or Low to help the player "zero in" on the correct
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
