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.

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

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!