Question

Assignment:Write a recursive method remove Middle that receives an array list which has odd number of elements,then it deletes the element in the middle only.Note: The method should return the

middle element that will be removed.The method should receive only one parameter (the array list that is of generic type).

Question image 1