Topic: Mathematics Problem / Level: intermediate

Problem: Write a program to compute the sum of the first n Fibonacci numbers using dynamic programming.

Run the code to see the output here...