How do I use input number to ask questions like "guess a number between 1 and 99"? and Have an answer?
And is it accessed through a conditional?
A simple 2 digit example would great.
See attached.
Obviously, you can be a little more exact than lower than or greater than 50 - you could put a conditional for every possibly choice if you wanted, but it's very simple. Just use a conditional branch and check the value of the variable you used for the Input Number command.
Quote from: modern algebra on April 14, 2010, 02:05:06 PM
See attached.
Obviously, you can be a little more exact than lower than or greater than 50 - you could put a conditional for every possibly choice if you wanted, but it's very simple. Just use a conditional branch and check the value of the variable you used for the Input Number command.
worked like a charm ^^ I can now work on my math game.