Returns the number of elements in the list
The number of elements in the list
LinkedList<int> list = {3, 4, 5, 6}; list.size(); //returns 4