Question: 2- Write a program that accepts three numbers from the user and prints increasing if the numbers are in increasing order, decreasing if the
2- Write a program that accepts three numbers from the user and prints "increasing" if the numbers are in increasing order, "decreasing" if the numbers are in decreasing order, and "Neither increasing or decreasing order" otherwise. run: Enter three numbers: 479 Increasing BUILD SUCCESSFUL (total time: 9 seconds) run: Enter three numbers: 975 Decreasing BUILD SUCCESSFUL (total time: 4 seconds) run: Enter three numbers: 749 Neither Increasing nor Decreasing BUILD SUCCESSFUL (total time: 4 seconds)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
