void assignRandom(double *x, int n);Thanks for the help. This is what the final attempt looked like and it worked well: [code] #i...
void assignRandom(double *x, int n);I have an assignment I have been working on and am not too sure where to go from here: (my problems ...