Question: using C++ Please submit order.cpp that asks for three integers and prints This is: In order if they are sorted in (non-strict) ascending or descending
using C++

Please submit order.cpp that asks for three integers and prints "This is: In order if they are sorted in (non-strict) ascending or descending order, or This is: Not in order otherwise. Please have the output formatted exactly like the following examples (the red text is user input): Enter three integers: 3 2 1 This is: In order Enter three integers: 1 -5 2 This is: Not in order Enter three integers: -2 -2 5 This is: In order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
