Thanks your being a great help
Still having this issue with my addEntry() method
It compiles fine, but when i finish entering the last piece of data i get an error
and the line of code is -
"java.lang.String.NullPointerException: null"
list[top] = entry;