Question: Recursion Exercise Due Tuesday by 1 1 : 5 9 pm Points 4 0 Submitting a file upload In a single class file, pick three
Recursion Exercise
Due Tuesday by :pm
Points
Submitting a file upload
In a single class file, pick three from below to complete as recursive functions.
Write a recursive function to find the nth Fibonacci number.
Write a recursive function to find the factorial of a number.
Write a recursive function to calculate the sum of an array of integers.
Write a recursive function to find the minimum element in an array of integers.
Write a recursive function called power to find raised to the power of You can assume that is a
positive integer.
Note that all your method other than the main must be recursive.
Upload your c file
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
