Write a statement that creates and initializes a multimap of strings and ints with three key– value pairs. ANS:

What will be an ideal response?

```
multimap> pairs{
{"Sam", 2}, {"Judy", 9}, {"Jerry", 7}};
```

Computer Science & Information Technology

You might also like to view...

A user is noticing fine black particles on printouts and in the printer itself. Which of the following tools is recommended to fix this issue?

A. Denatured alcohol B. Toner vacuum C. Compressed air D. Moist towel

Computer Science & Information Technology

What process involves the changing of a program's internal structure without changing the way the program works?

A. Editing B. Code generation C. Code modification D. Code refactoring

Computer Science & Information Technology