? Instructions Type a math problem in this format: number ␣ operator ␣ number or 3+4 Examples: 8 + 4 12 - 3 6 x 7 9 / 3 ^2 x - 3 = 5 Then press Enter and the AI will: Detect the operator, Extract the numbers, Solve the problem, Display the answer ⚠️ Important Use +, -, x, or / Exponents (^2, ^3) ℹ️ About This project is a Math AI Simulator created in Scratch. The AI analyzes the text you enter, identifies the math operator, extracts the numbers, and solves the problem using logic systems and decision-making blocks. While Scratch cannot use real machine learning, this project simulates artificial intelligence behavior through structured input analysis and problem-solving logic. This project demonstrates: Text parsing Conditional logic Variables and operators AI-style decision systems Made to show how intelligent systems can be simulated using Scratch.