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 

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!