Question: Integer dataSize is read from input. Then, strings and integers are read and stored into string vector itemList and integer vector numberList, respectively. Lastly, integer

Integer dataSize is read from input. Then, strings and integers are read and stored into string vector itemList and integer vector numberList, respectively. Lastly, integer numberThreshold is read from input. - Set matchCount with the number of element pairs with a number greater than or equal to numberThreshold. - Output the item of each pair found with a number greater than or equal to number Threshold. End with a newline. Ex: If the input is: 4 shelf 36 cabinet 66 table 40 desk 79 63 Then the output is: cabinet desk Total: 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
