Question: 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

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 Data 4 9 15 Increasing 15 9 4 Decreasing 9 15 4 Neither 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 Data 4 9 15 Increasing 15 9 4 Decreasing 9 15 4 Neither
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
