Question: Write an instance method named slice that will be incorporated into the ArrayUnsortedList class. This method should accept two parameters, F and L , which
Write an instance method named slice that will be incorporated into the ArrayUnsortedList class. This method should accept two parameters, F and L which should be of type integer. The method should return the elements, in a list of type ArrayUnsortedList, between F and L inclusive ie First and Last elements are included Make sure that F and L are greater than and less than or equal to the number of elements, otherwise return null.
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
