Question: Define function mylength in Scheme language (DrRacket) that takes a list as the only one argument and returns the length of the given list. Provide
Define function mylength in Scheme language (DrRacket) 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
