About objects of type List<T>:
void list. Add(int a); allows to add the term a to the sum of the terms of the list
void list. Add(string item); adds the item item at the end of the list
void list.Sort(); allows to sort by ascending order the elements of the list
void list. Delete(string item); removes item from the list