Question: Please include the sample run in this code Please solve this quesiton Problem 3 : Write a function called eq _ list that compares two
Please include the sample run in this code
Please solve this quesiton
Problem
:
Write a function called eq
list that compares two simple lists. If they are the same, return T
Otherwise return NIL.
Prototype:
define eq
list
list
list
Your code goes here
Sample Run for Problem
:
display
eq
list
; expected output: T
display
eq
list
; expected output NIL
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
