Define array of n variablesThanks, the function now works perfectly using vectors. #include <vector> int serie(int n) { std...
Define array of n variables int fn(int n) { const int z = n; int a[z], i; i = 2; for (int j = 0; j <= n - 1; j++) a[j...
This user does not accept Private Messages