What is the best description of base case?(1 point) Responses the condition that stops a recursion from continuing forever the condition that stops a recursion from continuing forever a condition where the input is equal to 0 a condition where the input is equal to 0 a condition where the output is equal to 0 a condition where the output is equal to 0 a condition where the input is equal to 1

the condition that stops a recursion from continuing forever

The best description of a base case is: a condition where the input is equal to 0.

The best description of a base case is: The condition that stops a recursion from continuing forever.