Question: Problem 2 (Guessing Game Flowchart) Your goal for this problem is to create the flowchart for a guessing game, in which a player must repeatedly
Problem 2 (Guessing Game Flowchart) Your goal for this problem is to create the flowchart for a guessing game, in which a player must repeatedly guess numbers (an input operation) until they have guessed a secret number. Assume the secret number is 63, or in other words, that the user must eventually guess 63 to win the game. If the user guesses incorrectly, the user should get a hint indicating guess higher or guess lower (an output operation). When the user has guessed the number correctly, the program should output You Win! before ending. Your answer should use the flowchart symbols outlined in the lectures. Remember that only the diamond/branching symbol can have two outbound arrows (a yes arrow and a no arrow). All other symbols must only have one outbound arrow. You can use a computer program to create the flowchart, or write it neatly on paper, take a picture, and include it in your document. To get an idea of how the game would work, you can play an example version here: https://scratch.mit.edu/projects/1818558/
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
