Welcome Back!!
This is a short simple program that uses the rand() function to generate random numbers for the user to guess.
concepts used in this video will be..
*while loop
*Declaring variables
*rand() function
*The modulus operator
*If Else statements
*Comparison testing
*Equality operator
In the end we run the program and see how it works