Write a recursive method definition for a static method that has one parameter n of type int and that returns the nth Fibonacci number. The Fibonacci numbers are F0 is 1, F1 is 1, F2 is 2, F3, is 3, F4 is 5, and in general
![]()
Place the method in a class that has a main that tests the method.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.