Question: Using a recursive function, create a program that will display the series of the given number n, from the value of n down to 1
Using a recursive function, create a program that will display the series of the given number n, from the value of n down to 1 as follows : Enter a number : 5 5 work 4 work 3 work 2 work 1 work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
