32.1k views
3 votes
Tamara wants to program her sprite to say hello after it moves 10 steps and draws a green triangle. How can she correct the error in this algorithm? Move 10 steps , set pen color red , draw triangle, say hello.

O Add pen up command so that it comes after say hello command

O Remove the set pen color to red command.

Jm O Change

set pen color to red to set pen color to green.

® Switch the move 10 steps and set pen color to red commands.

stion

Question 1

1 Answer

6 votes

Answer: Change set pen color to red to set pen color to green.

Explanation: I just finished my test and , answer choice number number 3 was correct.

User Eirik W
by
7.6k points