Question: Write a Java program that has the following methods: A method called displayDecreasing that takes as parameters two integers, and displays the numbers in decreasing

Write a Java program that has the following methods: A method called displayDecreasing that takes as parameters two integers, and displays the numbers in decreasing order between the maximum and minimum of the two integers. The main method asks the user to enter two integers and prints the result by invoking the method displayDecreasing. The program repeats as long as the user wants
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
