Implement a function that returns True when the given input is in descending order, otherwise it returns False.
There are many ways to solve this task, but please try to solve using recursion.
Implement a function that returns True when the given input is in descending order, otherwise it returns False.
Sample Input 1:
9876543210Sample Output 1:
TrueCreate a free account to access the full topic