164k views
5 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 Kotodid
by
8.9k points

1 Answer

5 votes

Answer:

C

Step-by-step explanation:

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

User Mayjak
by
8.4k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.