Question: Read string integer value pairs from input until Finished is read. For each string read, output the string. Then, output the sum of all the
Read string integer value pairs from input until "Finished" is read. For each string read, output the string. Then, output the sum of all the integers read followed by "objects". End each output with a newline Ex. If the input is Carrot 40 Asparagus 5 Plum 7 Finished, then the output is: Carrot Asparagus Plum 52 objects 1 Hinclude 2 Hinclude using namespace std; int main(){ V - your code goes here: return
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
