
I need to write a program for my AP CS class, & these are the instructions, I have found lots of examples of programs that give you the sequence of the Fibonacci numbers, but here is what it asks me to do:
Assignment:
1.Write a recursive method that takes in a single integer (x >= 0) and returns the appropriate Fibonacci number of the Fibonacci number series.
2.Write a method that solves a multiplication problem recursively.
Instructions:
Use these sample run output values:
Recursive Fibonacci: 0, 3, 11
Recursive multiplication: 0 * 4, 3 * 1 , 7 * 8 , 5 * 0 , 45 * 11
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.