Question: Jump to level 1 Read string integer value pairs from input until Over is read. For each string read: - If the following integer read

Jump to level 1 Read string integer value pairs from input until "Over" is read. For each string read: - If the following integer read is less than 35 , output the string followed by ": low on stock". - Otherwise, output the string followed by ": well stocked". End each output with a newline. Ex: If the input is Rod 37 Stick 4 Pot 5 Over, then the output is: Rod: well stocked Stick: low on stock Pot: low on stock
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
