Answer
Step 1 Set value for Cost to 0
Step 2 While $(\text { Cost } \leq 1000)$ perform Steps 3 through Step 4
Step 3 Read value for price
Step 4 Add $\left(\frac{106}{100} \cdot \text { price }\right)$ to the value of Cost
Step 5 Print value of cost Cost
Step 6 Stop
Work Step by Step
Step 1 Set value for Cost to 0
Step 2 While $(\text { Cost } \leq 1000)$ perform Steps 3 through Step 4
Step 3 Read value for price
Step 4 Add $\left(\frac{106}{100} \cdot \text { price }\right)$ to the value of Cost
Step 5 Print value of cost Cost
Step 6 Stop