Question: Write a haskell script for the following without using any built in functions. You must write functions from scratch in order to use them. Write
Write a haskell script for the following without using any built in functions. You must write functions from scratch in order to use them.

Write a function cheapItems:: [(String, Int)] -> Int -> [String] which given a list of items and their cost (here just an integer) returns a list of items whose cost is strictly) below a given threshold cost
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
