Insert const before any of the following array parameters that can be
changed to constant array parameters:
void output(double a[], int size);
//Precondition: a[0] through a[size − 1] have values.
//Postcondition: a[0] through a[size − 1] have been
//written out.
void dropOdd(int a[ ], int size);
//Postcondition: All odd numbers in a[0] through
//a[size − 1] have been changed to 0.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here