QUESTION IMAGE
Question
question 9 of 10
you are writing a program that uses these modules. an error occurs when you
try to make the cat sprite say \hello.\ which module needs to be edited?
on start
call makeanimals
call makefood
call moveanimals
call deletefood
call talk
a. makeanimals
b. moveanimals
c. deletefood
d. talk
The error occurs when the cat sprite is supposed to say "Hello," which is related to the "talk" module's functionality (as "talk" would likely handle sprite speech). The other modules (makeAnimals, moveAnimals, deleteFood) deal with creating animals, moving them, or deleting food, not speech. So the "talk" module needs editing.
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. talk