Make a program ordercheck.java that takes four int command


Problem

Make a program OrderCheck.java that takes four int command-line arguments w, x, y, and z. Define a boolean variable whose value is true if the four values are either in strictly ascending order (w < x < y < z) or strictly descending order (w > x > y > z), and false otherwise. Then, display the boolean variable value. - no if statements.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Make a program ordercheck.java that takes four int command
Reference No:- TGS03319615

Expected delivery within 24 Hours