Write a Matlab/Excel program that will play a guessing game. Have the computer generate a random whole number between 1 and 100. You can do this through the rand command. The user will guess a number and the computer will tell them if they are too high or too low. The program should stop if a correct guess if given. It should also display how many guesses were needed.