...

/

- Exercise

- Exercise

In this exercise, we will initialize containers using an initializer list.

Task

Initialize the following containers:

  • std::array
  • std::vector
  • std::set
  • std::unordered_multiset

with the { ...