i am new to c and i am tryin to write the fibonaccio series, but this series should prompt the user fot two number the starting point of the series and the number of elements to be printed. if the user should input the values 6 2 then the result should be 8, 13. i have constructed the series already but having trouble imposing the conditions.