Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using Simple Haskell Programming and Lambda Calculus Problem 4. (8210 Points) a) Implement a function averageThree to return the average of three integers Next, use

image text in transcribed

Using Simple Haskell Programming and Lambda Calculus

Problem 4. (8210 Points) a) Implement a function averageThree to return the average of three integers Next, use averageThree to define another function howManyAboveAverage which returns how many of its three inputs are larger than their average value b) Use your averageThree function from above to write another function averageThreelnOne which receives the three input values as a triple rather than separately. c) Implement a function orderTriple which accept a triple of integers as input, and evaluates to a triple with the three integers appearing in ascending order. Use functions written for (a) and/or (b) as helper functions scoped inside the main function to do this

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions