
Soft JavaFX - CalculatorMultifunctional
The program allows:
- The addition, subtraction, multiplication, division and the power of two numbers that are entered in text fields.
Functioning
- It requires the input of values (real numbers) in text fields "a =" and "b =". If the specified amount is missing or is introduced a character or string a warning messages “GIVE REAL NUMBERS” appears.
- Pushing the button "a + b" shows the addition of the numbers entered.
- Pushing the button "a - b" shows the subtraction of the numbers entered.
- Pushing the button "a * b" shows the multiplication of the numbers entered.
- Pushing the button "a / b" shows the division of the numbers entered.
- Pushing the button "a ^ b" shows the power of the numbers entered.