Your list must also implement the following interface:
delete(delete the first occurrence of a specified value)count(count the number of items in the list)
NOTE: Do not use a library to implement this exercise. Do not use a backing array to implement this exercise.