An automated sorting conveyor belt at an agricultural packing facility sorts apples by diameter to package them into different grades. The system measures the diameter of each apple in millimetres (mm). After 1000 apples have been sorted, the machine triggers a "Crate Full" alarm to alert the operators to replace the crate.
The sorting criteria are defined as follows:
| Apple Diameter | Classification / Destination |
|---|---|
| Up to and including 60 mm | Juice Grade |
| Greater than 60 mm and up to and including 80 mm | Supermarket Grade |
| Greater than 80 mm | Premium Grade |
Complete the flowchart to implement the apple sorting algorithm by using the symbols provided in the diagram. Use all the symbols. Use each symbol only once. Use as many arrows and Yes/No labels as required.
