Recursive Function

is this compulsory to use a recursive function. And let’s say I write a recursive function and return boolean. But still, it makes unclear what to print as output.

Most Important Question is really unclear and not well formatted. Need more clear explanation.

no it is not compulsory
but because this question is part of recursion module
then it is recommended to use recursion
it improve your recursion

it is mention in the sample output
that you have to print “true” if it is palindrome
else “false”

if question are not clear then you can ask us
we will explain and also update them for future students