Iteration allows us to repeat steps in our algorithm until told otherwise. This allows us to simplify our algorithm. What steps can be iterated (repeated) in opening your locker? Be as specific as possible.

1. Approach the locker and stand in front of it.

2. Insert the key into the keyhole.
3. Turn the key clockwise.
4. Push the locker door to open it.
5. Check if the locker door is fully open.
6. If the locker door is not fully open, repeat steps 2-5 until the door is fully open.
7. Once the locker door is fully open, retrieve or place the desired items inside the locker.
8. Close the locker door by gently pushing it until it latches.
9. Verify if the locker door is securely closed.
10. If the locker door is not securely closed, repeat steps 7-9 until it is properly closed.