What if we want to sort the elements of a list? It was pretty easy with arrays, so why don't we try it with lists?

Great! Again, we can call the Sort () method. The list will remain sorted until we add another element.

Again, it's not too different to what we covered with arrays.