Question: Define function mylength in Scheme that takes a list as the only one argument and returns the length of the given list. Provide two test

Define function mylength in Scheme that takes a list as the only one argument and returns the length of the given list. Provide two test cases for this function. Note that (mylength '(1 (2 3) 4)) will return 4, not 3, please use Racket
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
