Question: Can I get two example without using auto and with using auto please~ 3. Write the code for the function printcontacts, it should print out

Can I get two example without using auto and with using auto please~

 Can I get two example without using auto and with using

3. Write the code for the function printcontacts, it should print out the contacts in a format similar to (don't use auto): (10pts) Jerry #include #include #include #include #include using namespace std; home: 3104444444 cell: 2135555555 email s@elco. edu cell: 8186666666 void printContacts map>>& contacts) { int main) i map>> contacts; // emplace just pushes the two strings as a pair to the // back of the vector. It's similar to push back. contacts"Jerry".emplace back ("home:", "3104444444") contacts"Jerry".emplace_back ("cell:", "2135555555" contacts"Sarah".emplace_back ("email:", "selco.edu" contacts"Sarah".emplace_back ("cell:", "8186666666"; printcontacts (contacts)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!