24,395 views
29 votes
29 votes
If you use a pen down block to instruct a sprite to go to random position and then move 100, what happens? A. The sprite teleports randomly and creates a single line 100 units long. B. The sprite creates a 100-unit line between its starting point and a random location. C. The sprite draws a line to a random position, then creates another line 100 units long. D. The program does not run because these commands can’t be combined.

User Ariel Grabijas
by
2.6k points

1 Answer

14 votes
14 votes

Answer:

C

Step-by-step explanation:

The sprite draws a line to a random position, then creates another line 100 units long

User Schieferstapel
by
3.1k points