Write a program that reads three numbers and prints


Problem

Write a program that reads three numbers and prints "increasing" if they are in increasing order, "decreasing" if they are in decreasing order, and "neither" otherwise. Here, "increasing" means "strictly increasing", with each value larger than its predecessor. The sequence 3 4 4 would not be considered increasing.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that reads three numbers and prints
Reference No:- TGS02626384

Expected delivery within 24 Hours