Question: String input _ item and integer furniture _ stock are read from input. Write a loop that iterates while furniture _ stock is between 4

String input_item and integer furniture_stock are read from input. Write a loop that iterates while furniture_stock is between 45 and 70, both inclusive. In each iteration of the loop:
Read string input_item from input.
Read integer furniture_stock from input.
Click here for example
Ex: If the input is:
Hammock
57
Organizer
50
Table
53
Chest
47
Bench
51
Rack
4
then the output is:
Rack: is flagged!

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!