This is C programming (not C++) Please use horizontal & vertical spacing Write a
ID: 3625373 • Letter: T
Question
This is C programming (not C++) Please use horizontal & vertical spacingWrite a program that will ask the user to select an integer number in the range 1 – 100 (inclusive). Store this value in the int variable value.
Do Loop
Prompt the user to guess the random number. Tell the user that the
number is in the range 1 – 100.
Store the user input in the variable guess.
While (guess does not equal value) continue looping
Tell the user their guess was correct and thank them for using your program.
Exit your program with a return statement.