1. Make the sprite ask the user to enter a number. 2. Set the answer as a variable. 3. You will be creating 3 ‘If - Then - Else’ statements a. The first will be if the users Answer < 0. b. The second will be if the users Answer > 0. c. The third will be if the users Answer = 0. 4. If the Users Answer is less than 0 it should say “Your answer is negative!” 5. If the Users Answer is greater than 0 it should say “Your answer is Positive!” 6. If the Users Answer is equal to 0 it should say “Your answer is neither positive or negative!” 7. Fill out your else statement accordingly.