Questions 1 Write a C program that performs a summation of the first n terms of the Fibonacci series, . Your program sho
Posted: Sat May 14, 2022 7:08 pm
Questions 1 Write a C program that performs a summation of the first n terms of the Fibonacci series, . Your program should be split into two files: fibofile.h and assignanl.e. The header file, fibofile.I should contain code for a function definition fiboSum() that computes the sum. HINT: use a recursive function fibo(), that computes the nth term of this series, together with the function fiboSum() Finally, implement the above code in the assignqnl.c file in order to st your program with the terms on=s. 10. n = 15 USE the seanl/) function to enter the required terms directly via TERMINAL in vs code.