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

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

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!