Question: 3. Write a function middle that returns the 2nd greatest of three given int arguments. middle 3 5 3 should return 3 . middle ::
3. Write a function middle that returns the 2nd greatest of three given int arguments. middle 3 5 3 should return 3 . middle :: Int -> Int -> Int -> Int
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
