Question: 1 5 . 1 6 LAB: What order? ( generic methods ) Define a generic method called checkOrder ( ) that checks if four items
LAB: What order? generic methods
Define a generic method called checkOrder that checks if four items are in ascending, neither, or descending order. The method should return if the items are in ascending order, if the items are unordered, and if the items are in descending order.
The program reads four items from input and outputs if the items are ordered. The items can be different types, including integers, Strings, characters, or doubles.
Ex If the input is:
bat hat mat sat
the output is:
Order:
Order:
qxzqy
LAB ACTIVITY
: LAB: What order? generic methods
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
