Assign and Swap
This lesson deals with ways to update and swap values in containers.
We can assign new elements to an existing container and, if required, swap two containers as well. If we want to assign a container cont2
to another container cont1
...