Description
Part A) Write the following generic method that returns a new ArrayList. The new list contains the
non-duplicate elements from the original list.
public static
Use the following program to test your method:
https://raw.githubusercontent.com/cosc1047w18/course/master/Lab7/labSevenPartA.java
Part B) Write the following generic method that returns the maximum element in an array.
public static
Use the following program to test your method:
https://raw.githubusercontent.com/cosc1047w18/course/master/Lab7/labSevenPartB.java
submit the two files to the CMS INCLUDING your working functions.