
Soft JavaFX - Extreme
The program allows:
- The display of maximum and minimum value of a vector of real numbers that are entered through text fields.
Functioning
- It requires the input of values (real numbers) in text fields "v [0] =" "v [1] =" "v [2] =" "v [3] =" "v [4] =" "v [5] =" "v [6] =" "v [7] =" and "v [8] =".
- If the specified amount is missing or is introduced a character or string,
* a warning message "GIVE a real number" appears displayed in the text field of the variable that must be inserted;
* the warning message "GIVE REAL NUMBERS" appears on the label "THE MINIMUM VALUE IS" or on the label "THE MAXIMUM VALUE IS"
- Pushing the button "MINIMUM" results in displaying the minimum value from the entered numbers.
- Pushing the button "MAXIMUM" results in displaying the maximum value from the entered numbers.