User profile: csci1123

User info
User name:csci1123
Old user name:mirea1123
History
Joined:
Number of posts:4
Latest posts:

need help with this question
double fun(double *x); // code given somewhere else void main () { double a [ ] {3.0, 1.0,...

Help please :(
Thanks! For question b, it would be eleven because you would substitute a with 2. So 3(2) + 2(2) +1 ...

Help please :(
#include <iostream> using namespace std; int fun (int a, int b=2) { return 3*a + 2*b +...

Help please.
[code] #include <stdio.h> int n+17; void fun() { printf ("n = %d\n", n); } void ...