A reverse vending machine sorts empty plastic beverage bottles by volume to ensure they fit into the correct internal crushing chambers. It weighs/measures each bottle's volume. After 500 bottles have been sorted, the machine triggers a "Container Full" indicator to alert the store staff to empty it.
| Volume | Chamber |
|---|---|
| Up to and including 0.5 litres | Small chamber |
| 0.51 up to and including 2.0 litres | Medium chamber |
| Greater than 2.0 litres | Large chamber |
Complete the flowchart to implement the bottle sorting algorithm by using the symbols provided. Use all the symbols. Use each symbol only once. Use as many arrows and Yes/No labels as required.

