You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a repo for the code to create a numerical guessing game. Every time a number is entered there are 3 possibilities: (a) The number is higher, (b) The number is lower, (c) The number is found. This game will only deal with whole numerical values.