74.3k views
0 votes
Write a recursive Scheme function merge(firstNameList, lastNamelist) that receives a simple list of first names and a simple list of last names, and merges the two lists into one list

User Ritmatter
by
5.9k points

2 Answers

1 vote

Answer:

i donno

Step-by-step explanation:

User Jichao
by
4.8k points
4 votes

Answer:

Write a recursive Scheme function power(A, B) that takes two integer parameters, A and B, and returns A raised to the B power. A must be a positive value, but B maybe a negative value.

Step-by-step explanation:

User Frankodwyer
by
5.7k points