create an array list using the knowledge you have of how to build a doubly linked list(Array list is DDL based). Use provided files in addition to your files from previous work.

*UPDATE ASSIGNMENT ; Posted yesterday, but assignment due date is extended* 

*DUE DATE: APRIL 13th, 2021 @ 10:00PM EST**

      Your arraylist should be named AList.java      

      The arraylist will be tested with an object called Person (see attached) and integers.       

      The txt files show expected output with unaltered list testers.