$8
* 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. * * */
Starting from: $8