Create a program that answers the user's questions.
Wow, this became very difficult for me very quickly. My code tried to determine if a valid math problem has been entered, and then solves it. It has to find a number followed by an operator (+ - * /) followed by a number, then calculate the answer. I didn't have enough time and would still like to put in more error checking: -more than one operator entered -divide by zero -invalid number format either before or after the operator I also wondered about a way to display the calculated answer in a larger more celebratory format, like as a sprite that could be animated. I will look into that. As I'm learning more about scratch, I wish it had some features of other languages, like a function that returns a value. -non-numeric characters entered