+1 (845) 317-8489 [email protected]

Learning Goal: I’m working on a app development question and need support to help me learn.

Question: Simple Calculator

To answer this question, you are required to create an application called “Simple Calculator” with the following specifications:

The “Simple Calculator” application should feature 4 spinners: 2 for addition and 2 for division. The default result value should be set to 0.

When the user clicks on the “Calculate” button, the application should display the calculation result in the following manner:

Please note that the result of division must be rounded to 2 decimal places, as shown in the following example:

The spinner should contain a minimum of four items, including 0 for the divisor. You may choose any number for the remaining items, such as:

When the divisor is set to 0, the result should display as the following.