Can someone help me to ge the sequence code to get this output using C++?
When I input 1 the output should be:
1
1
2
3
5
8
13
21
34
55
89
When I input 1 the output should be:
1
1
2
3
5
8
13
21
34
55
89