Assignment – 21

$ 24.99
Category:

Description

Recursion
1. Write a recursive python function to print first N natural numbers.
2. Write a recursive python function to print first N natural numbers in reverse order
3. Write a recursive python function to print first N odd natural numbers
4. Write a recursive python function to print first N odd natural numbers in reverse order
5. Write a recursive python function to print first N even natural numbers.
6. Write a recursive python function to print first N even natural numbers in reverse order.
7. Write a recursive python function to print squares of first N natural numbers
8. Write a recursive python function to print cubes of first N natural numbers 9. Write a recursive python function to print first N multiples of a given number.
10. Write a recursive python function to print a number in reverse order.

Reviews

There are no reviews yet.

Be the first to review “Assignment – 21”

Your email address will not be published. Required fields are marked *