Order check. Write a program that takes three double command-line arguments x, y, and z and prints

Question:

Order check. Write a program that takes three double command-line arguments x, y, and z and prints true if the values are strictly ascending or descending

( x < y < z or x > y > z ), and false otherwise.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: