Question: Create a flowchart and write a C program that generates a random number between 1 and 100 (do this only once) then using a loop
Create a flowchart and write a C program that generates a random number between 1 and 100 (do this only once) then using a loop prompts the user to try and guess the number. Use a while loop that keeps the program running until the user enters a zero or guesses the number. After each guess tell the user if their guess was correct, too high, or too low.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
