[SOLVED] SOLVED: Reads in three integers and prints "in order"

12.00 $

Category:

Description

5/5 - (5 votes)

* Write a program that reads in three integers and prints “in order” if they are sorted in * ascending or descending order, or “not in order” otherwise. * * */