You now group values with pairs and tuples.
pair holds exactly two values of any types
tuple holds any number of values
Structured bindings unpack values cleanly
Use pairs as map keys or return multiple values
Good job. You can now bundle related values. Next, you will learn STL algorithms to replace common loops.