Question: Using Xcode create an app that implements a visual number guessing game. This is a single view app where the computer keeps a number and
Using Xcode create an app that implements a visual number guessing game. This is a single view app where the computer keeps a number and the user tries to find it. The user will be able to set the range of numbers to be guessed, such as 1 to 10 or 1 to 100. These numbers should all be positve and less than 1000.
During the play, the user can make up to 5 guesses. If the secret number is still not found by the end of the 5th turn, the app should say "Sorry, it was X." If the user finds it, the app should say "Yes, it is X." The app should have a reset buttont to start a new game.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
