Lab 6 Assignment

Write a guessing game program using a while or do loop. Program Specs: Ask the user for an integer between 1 and 5 (inclusive). Upon an incorrect guess, tell the user if he is too high or too low. Then ask the user for another integer between 1 and 5 (inclusive). Upon a correct guess, tell the user he was correct and exit the program. Once the game is over, output how many times the user guessed. Pick your number to be 3 every time. Extra Credit (3 points): Then output all the user's guesses (Do not use a static data structure). Due October 10 by labtime