Hello,
I am trying to perform the following operation:
Just before doing so, I am doing a println to verify the size of my LinkedListArray (temp), the index that im adding at(WhichPostionInList), and the contents of my string (posPlusVal). Any ideas why I could be getting a null pointer?Code:temp[WhichPositionInList].add(posPlusVal);

