Lab B list implementation Write an implementation of the EntryWayListInterface (from Lab A). Make this implementation either linked or array based. Test the implementation by adding 5 entries, then display, then removing the first and last, then redisplay.
Be sure to submit a .txt file that includes the listings of java source files and the output that is generate. You can use any type you prefer than such as int or String.