asked 216k views
0 votes
Write a recursive function named is_decreasing that takes as its parameter a list of numbers. It should return True if the elements of the list are strictly decreasing (each element in the array is strictly less than the previous one), but return False otherwise.

asked
User Yfsx
by
8.4k points

1 Answer

6 votes

Answer:

c

Step-by-step explanation:

answered
User Steffi
by
7.7k points

No related questions found