: Use a decision diamond (Rhombus) to check if the goal is met.
The solution to in the 3rd-grade Informatics textbook by Goryachev (Part 2) involves creating a cyclic algorithm. The algorithm describes the process of collecting a herbarium, where the core actions are repeated for each plant. Algorithm: "Collect a Herbarium" : Use a decision diamond (Rhombus) to check
The algorithm follows a "Repeat until" logic (cycle with a condition). Find a plant Carefully dig it up Dry it Place it in the album Question: Are there more plants needed? If Yes : Return to step 2 (Find a plant). If No : Proceed to step 7. End Block Diagram Breakdown Algorithm: "Collect a Herbarium" The algorithm follows a
If you need help with (If-Then) from the same chapter If No : Proceed to step 7
If you are looking for a from the Goryachev textbook
: Ensure the loop closes back to the "Find" step so the process repeats correctly for every specimen in your herbarium collection.