Question: in c++ Integer inputSize is read from input. Then, strings and integers are read and stored into string vector inventoryList and integer vector numberList, respectively.
Integer inputSize is read from input. Then, strings and integers are read and stored into string vector inventoryList and integer vector numberList, respectively. Lastly, string inventoryA sked and integer numberAsked are read from input. - Assign matchCount with the number of element pairs that match both inventoryAsked and numberAsked - For each pair that matches inventoryAsked and numberAsked, output "Matches entry " fotlowed by the alernent pair's index. End with a newline Ex if the input is 3 dresser 46 dresser 48 cradle 170 drosser 46 Then the output is Matches entry 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
