Java: Accepts three integer values and return true if one of them is 20 or more and less than the substractions of others
Check Subtraction Difference
Write a Java program that accepts three integer values and returns true if one is 20 or more less than the others' subtractions.
Sample Solution:
Java Code:
Sample Output:
Input the first number : 15 Input the second number: 20 Input the third number : 25 false
Pictorial Presentation:
Flowchart:
For more Practice: Solve these Related Problems:
- Modify the program to check if the difference is exactly 20.
- Write a program to find the maximum difference between any two numbers.
- Check if any two numbers have a sum of 20.
- Modify the program to work with floating-point numbers.
Go to:
PREV : Reverse Word.
NEXT :
Largest or Smallest Value.
Java Code Editor:
What is the difficulty level of this exercise?
Test your Programming skills with w3resource's quiz.