In the project ,u will show c++ programming.also u have to provide word document.pls read the whole project and ans the question.best of luck
ccess Apps M (1,405) saki... LaGuardia Commun... Apple D Disney MInbox 1. Write an iterative C++ function that inputs a nonnegative integer n and returns the nth Fibonacci number. 2. Write a recursive C++ function that inputs a nonnegative integer nand returns the nth Fibonacci number. 3. Compare the number of operations and time taken to compute Fibonacci numbers recursively versus that needed to compute them iteratively. 4. Use the above functions to write a C++ program for solving each of the following computational problems l. Find the exact value of foo, tsoo, and fiooo, where fr is the nth Fibonacci number. What are times taken to find out the exact values? ll. Find the smallest Fibonacci number (1)greater than 1,000,000, and (2) greater than 1,000,000,000. Ill. Find as many prime Fibonacci numbers as you can. It is unknown whether there are infinitely many of these. Find out the times taken to find first 10, 20.30, 40...up to 200 and draw a graph and see the pattern. Initial report submission to "Discussions", due on Sunday April 16: 1. Prepare a project report in WORD document to describe how you implement above tasks, including (1) problem analysis and solution plan, (2) source code, (3) discussion on experimental results in tables or graphs, (4) reflection and 2. Your reflection should address all of the below mentioned questions a) Describe the Fibonacci series and write briefly what you have done in the b) What are the different skills, programming techniques have you used in order to run the experiments? c) What did you observe when you did the comparisons in Task 3 and Task 4? Explain the graph that you have drawn from Task 4.lll? d) List at least three different applications of the Fibonacci numbers and describe one them details. Think of situation or a real world problem where you can apply concept of Fibonacci numbers to solve it Explain? e) write a paragraph, explaining what you have done in this assignment. What were the challenges you have faced when solving these problems How can you improve the programs you have written to solve these