Introducing Variables

Discuss that variables are like boxes which store data. Create an integer variable to store our maximum guess value. Create an integer variable to store our minimum guess value.
Complete and continue