Intro to C++ Question
I got an error like right below and I added the code I used atthe bottom.
I couldn’t see what I missed myself.
I expected at least first line came up.
I need your help to find my mistake. Thanks
![if(cnt % 7 == 0) Running Test 1 ./resource/scripts/run.sh: line 5: ./a.out: No such file or directory YOUR OUTPUT 0001: [NONE] MISMATCH FOUND ON LINE 0001: ACTUAL [NONE] EXPECTED: Please enter a-number: 5 Adjust your program and re-run to test.](https://media.cheggcdn.com/media%2F7d2%2F7d25adc7-08b2-45fd-945e-bf579dc6718b%2FphpR38mkn.png)
#include <iostream>
#include <iomanip>
using namespace std;
int fibonacci(int x) {
int prev = 0, curr = 1, next;
int cnt
PayPal Gateway not configured
PayPal Gateway not configured