Question: Write a C program that uses the function rand() to generate an integer randomly in the range of 1 to 50. The random number generated

Write a C program that uses the function rand() to generate an integer randomly in the range of 1 to 50. The random number generated by the program shall be different at each run. The program then prompts the user to guess the number by displaying the following messages: After the user's initial guess, the program should display one of the following responses: Correct! That's the number. Would you like to play again (y or n)? Too low. Guess again. Too high. Guess again. The program should loop until the user guesses the correct answer. Use the "Too low" and "Too high" messages to help the user guess the number. Once the user guesses the right number, the program should ask whether he/she would like to play again. Describe your algorithm in procedures, pseudocode, and flowchart
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
