• Design a program that models the snake's behavior in the following scenario:
A snake is moving toward a hole. Each time it moves, the snake cuts the distance between itself and the hole by its own body length until the snake is close enough to enter the hole. The snake can enter the hole when it is within a body length of the hole. You should ask the user for the length of the snake and the distance between the snake and the hole.