aidan24barry aidan24barry 23-03-2021 Computers and Technology contestada You can write a function to find Fibonacci numbers using recursion. How do you find the next number? add five to the previous number add one to the previous number multiply the two previous numbers add the two previous numbers