Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Design a program that models the worm's behavior in the following scenario: A worm is moving toward an apple. Each time it move...Asked by Anonymous
Design a program that models the worm's behavior in the following scenario:
A worm is moving toward an apple. Each time it moves, the worm cuts the distance between itself and the apple by its own body length until the worm is close enough to enter the apple. The worm can enter the apple when it is within a body length of the apple
I need help starting this program I am lost and have np clue how to start the program. Please help!!!!
A worm is moving toward an apple. Each time it moves, the worm cuts the distance between itself and the apple by its own body length until the worm is close enough to enter the apple. The worm can enter the apple when it is within a body length of the apple
I need help starting this program I am lost and have np clue how to start the program. Please help!!!!
Answers
Answered by
bobpursley
Move:
Move one length
Do Test:
end
TEST:
Is distance remaining less than one body lenght?
If true, bore into apple
If false, do Move.
end
Move one length
Do Test:
end
TEST:
Is distance remaining less than one body lenght?
If true, bore into apple
If false, do Move.
end
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.