Problem #700 CORE JAVA PROGRAMMING

Write a C++ program that accepts three numbers from the user and check if numbers are in "increasing” or “decreasing” order.

Your Solution