Write a Pascal program that allows you to 'GUESS THE NUMBER'. Have the computer generate a random whole number between 1 and 100. Call this number SECRET.
Then, do the following steps :
Print out the word "GUESS", and input a guess from the keyboard
into a suitable...