Hello C++ programming. Please help    1. Create a std::map of integer keys and integer value pairs The keys are the even integers between 2 and 18 The values are the squares of the keys For examples: { 2, 4 } and { 4, 16 } You can hard code the values into the initialization as you please 2)  Create a std::list of integer values that are generated as follows: Keep prompting the user for input of an integer value (-1 to quit the loop) Push an input value into the list as needed until the -1 is eneterd 3) Print out each key/value pair of the std::list elements that can also be found in the std::map as shown below   Input [-1 to quit]: 3 Input [-1 to quit]: 6 Input [-1 to quit]: 12 Input [-1 to quit]: -1 {6, 36} {12, 144}

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 8RQ
icon
Related questions
Question

Hello C++ programming. Please help

 

 1. Create a std::map of integer keys and integer value pairs

  • The keys are the even integers between 2 and 18
  • The values are the squares of the keys
  • For examples: { 2, 4 } and { 4, 16 }
  • You can hard code the values into the initialization as you please

2)  Create a std::list of integer values that are generated as follows:

  • Keep prompting the user for input of an integer value (-1 to quit the loop)
  • Push an input value into the list as needed until the -1 is eneterd

3) Print out each key/value pair of the std::list elements that can also be found in the std::map as shown below
 

Input [-1 to quit]: 3
Input [-1 to quit]: 6
Input [-1 to quit]: 12
Input [-1 to quit]: -1
{6, 36} {12, 144}

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Concept of pointer parameter
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,