What does the List add() method do?

Adds the specified element to the list
  • Removes the element and shifts the subsequent elements down to fill the empty spot
  • Returns the number of elements in the list
  • Gets the element at the specified index

There are not hints for this question