Question: F# Code help D) Define the function max2 that takes two integers as arguments and returns the largest of them. Then define the function max_list
F# Code help

D) Define the function max2 that takes two integers as arguments and returns the largest of them. Then define the function max_list that returns the largest of the elements in a nonempty list of integers by calling max2. For the empty list, it should abort with an error message (raising an exception). Name file as Lab1D.fs and include it in your submission
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
