Question: I use the following script to perform a random walk: point in direction 90 go to x: 0 repeat 10 move pick random 1

I use the following script to perform a random walk: point in direction 90 go to x: 0 repeat 10 move pick

I use the following script to perform a random walk: point in direction 90 go to x: 0 repeat 10 move pick random 1 to 5 turn 50 y: 0 LO pick random 0 to 180 steps What is the largest x coordinate that I might end up at, after the block stops executing? * Incorrect degrees What is the smallest coordinate that I might end up at, after the block stops executing? What is the largest y coordinate that I might end up at, after the block stops executing? What is the smallest coordinate that I might end up at, after the block stops executing?

Step by Step Solution

3.39 Rating (155 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The script performs a random walk with the following steps 1 Set the initial direction to 90 degrees ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!