Question: in java eclipse Suppose salary and bonus are variables of type double . Write an if-else statement that displays the word OK provided that both
in java eclipse Suppose salary and bonus are variables of type double. Write an if-else statement that displays the word OK provided that both salary is greater than or equal to MIN_SALARY and bonus is greater than or equal to MIN_BONUS. Otherwise, it should display Too low. MIN_SALARY and MIN_BONUS are named constants.
View keyboard shortcu
