help with my recursive program.. [code]#include<stdio.h> #include<math.h> main( ) { int a, b; printf("Enter a value:"); scanf("%...
help with my recursive program.. thanks for the informative answer but when i change b = solve (a-1) + 2; into b = solve (a - pow(-...
help with my recursive program.. Write a program containing the recursive function that will find the following series of numbers 2, ...
This user does not accept Private Messages