Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
Lab03 Guessing Game
Due: Tuesday March 07, 2017 11:59 PM
Lab03 - Guessing Game
Requirements
Flowchart is properly formed
10 pts
Flowchart describes a set of correct steps to solve the problem
10 pts
User can make unlimited guesses but program can end
To practice with flow charts, loops, and decisions
Instructions
Basics
For this lab you will need to create a flowchart for a guessing game. In this game the computer will know a secret number and the user will be trying to guess that number.
Details
The secret number that the computer knows does not have to be random but can instead just be a set value. The user will then have as many opportunities as needed to guess that secret number. Each time the user makes a guess that is not correct the program should tell the user they guessed too high or too low. If the user guesses the number correctly the computer should congratulate them and then the program will end.