User: kcbob

  • Public profile

User profile: kcbob

User info
User name:kcbob
History
Joined:
Number of posts:26
Latest posts:

Problem with Fibonacci assignment
im having difficulty understanding this assignment [quote]Write a program that will trace how Fib...

can someone explain this to me
[code] int fib(int n) { if(1 == n || 2 == n) { return 1; } else { ret...

can someone explain this to me
can someone explain me this is different terms Write a program that will trace how Fibonacci numb...

Adding two numbers in string array
Bump

Adding two numbers in string array
im still having some trouble my string array got its input from [code] char temp[size] = [1]; // '[...

This user does not accept Private Messages