Problem #230 C++ using OBJECT ORIENTED PROGRAMMING

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

Your Solution