Posts by user148459 • 1 point
1 post
-
-1
votes1
answer57
viewsQ: Exercise with a map
Create a map which has three keys ("Local", "Resp", "Prioridade"). Ask the user to fill in this map and then show the result on the screen. #include <iostream> #include <map> using…