CS0131 Help (Fibonacci Sequence
So, I just began programming last week and I keep on getting this error.
If someone could please explain to me what the error is and why the error is occurring???
Thanks a ton- Paul
So, I just began programming last week and I keep on getting this error.
If someone could please explain to me what the error is and why the error is occurring???
Thanks a ton- Paul
Comments
if (x == 0) return 1;
if (x == 1) return 1;