QUESTION IMAGE
Question
question: 4
why do we use functions in karel programs?
break down our program into smaller parts
avoid repeating code
make our program more readable
all of the above
Brief Explanations
Functions in Karel programs break down the program into smaller parts for modularity. They help avoid repeating code, which improves efficiency. Also, they make the program more readable by organizing code into logical units.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
D. All of the above