# Introduction In this lab, you will learn about the working of a Multiset and its implementation in the C++ programming language. You will specifically learn how to use the `erase()` method in a Set or Multiset to delete elements.
Click the virtual machine below to start practicing