DESIGN VIEW
The Calculator App is a simple mobile application developed using MIT App Inventor that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. The app provides a user-friendly interface with number buttons, operator buttons, and a display area to show inputs and results.
ELEMENTS USED
Each number button adds its value to the display when pressed. Operator buttons store the selected operation and the first number. When the equals button is clicked, the app calculates the result based on the chosen operation and displays it. A clear button is included to reset all values and start a new calculation.