Using Alice Create Program Snowman Stool Exercise Uses Number Function Count Loop Create W Q43793581
Using Alice create this program
Snowman to Stool This exercise uses a number function as thecount for a Loop. Create a world with a snowman and a stool, asseen below. Use a Loop to make the snowman (People) move to thestool (Kitchen), one meter at a time. Use a distance to function todetermine the number of times the loop repeats. (The distance tofunction might return a fractional distance such as 3.75 meters.The Loop statement truncates the fractional number to the integer 3and will repeat three times.) We recommend that you test yoursolution by moving the snowman and the stool to different locationson the screen and running the program with each change, so you canknow whether it works no matter where the snowman and the stool arelocated.
Expert Answer
Answer to Using Alice create this program Snowman to Stool This exercise uses a number function as the count for a Loop. Create a …
OR