Assignment 3: Guessing Game
Description
Guessing game involves one player guessing the second player's secret number. To help out the first player, the second player will tell the first player to guess higher or lower based on each guess. This continues until player one guesses the right number.
Task
Create a program to simulate the guessing. Computer plays the part of the player with the secret number giving hints. Allow the computer to pick a number from 1 to 100. As the game is playing the computer will provide you hints as to whether to guess higher or lower. Computer will keep track of your guess and give you an appropriate response base on how many guess it took you to get the secret number.
Post a screen capture of your program being executed a couple of times.
Post a screen capture of the code.
Questions
Write the psuedocode that help develop this program.