Question: #include #include #include #include using namespace std; int main() { map mp; map ::iterator it, it1; int choice; string author, title; while (1) { cout
#include
int main() { map break; case 5: cout<<"Size of the Map: "< When I input choice with some letters such as "p" "af" ...like that, this program will be endless loop. How can I fix it? Thank you1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
