Sample Alice question
Given this Alice code
if cow is larger than penguin
cow.move(10 meters, forward)
else
penguin.flapwings
-
What is the control structure?
-
What is a method? is there more than one?
- What is a function? is there one in this code?
- What is an object? which objects are in this code?