Question: Scala Programming language 3. (10 points) Write a tail recursive function extractSublist that inputs three arguments Ist of integers, index i and length j. Given

3. (10 points) Write a tail recursive function extractSublist that inputs three arguments Ist of integers, index i and length j. Given a list of integers 1st, an index i into the list and a length j, extract all the elements in the original list 1st(i),,1st(i+j1) into a new list. Handle corner cases by returning an empty list when (a) j
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
