User profile: YoungProg19

User info
User name:YoungProg19
History
Joined:
Number of posts:9
Latest posts:

Fibonacci Sequence
Never mind I figured it out. Thanks for all the help!

Fibonacci Sequence
I've corrected it to look like this but when I type in an odd number it displays my error message, t...

Fibonacci Sequence
Thats what I have so far i dont know if its right

Fibonacci Sequence
#include<iostream> using namespace std; //Function prototype int fibonacci(int num,int next,int fir...

Fibonacci Sequence
I recently got a hw assignment to create a program that calculates Fibonacci Sequence using a functi...