Question: C++ please Read string integer value pairs from input until an integer is read that is not in the range 30 to 55 , both
C++ please
Read string integer value pairs from input until an integer is read that is not in the range 30 to 55 , both inclusive. Output the last string read followed by ": flagged!" End with a newline. Ex: If the input is Broiler 35 Plate 42 Carpet 39 Mirror 37 Curtain 19, then the output is: Curtain: flagged
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
