Answer:
return 0;
Step-by-step explanation:
The Fibonacci numbers such that each number is the sum of the two preceding ones, but the first therm of the sequence cannot be built by this rule.
In that [tex]F_{0} = 0[/tex]
Then you may define it in the base case
return 0;