Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question: 4 why do we use functions in karel programs? break down our p…

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

Explanation:

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.

Answer:

D. All of the above