Complete the code to start the algorithm by defining the first step.
step1 = "[1]"
The first step in algorithm design is to identify the problem clearly before planning a solution.
Complete the code to represent the step where you plan the solution.
step2 = "[1]"
After identifying the problem, the next step is to design the algorithm, which means planning the steps to solve the problem.
Fix the error in the code to correctly represent the step where you check the algorithm.
step3 = "[1]"
Testing the algorithm means checking if the planned steps work correctly before coding.
Fill both blanks to complete the algorithm design steps in order.
steps = ["[1]", "[2]"]
The correct order starts with identifying the problem, then designing the algorithm as the plan.
Fill all three blanks to complete the main steps of algorithm design.
algorithm_steps = ["[1]", "[2]", "[3]"]
The main steps are: identify the problem, design the algorithm, then test the algorithm before running code.