User profile: IMNOTGOODATCS

User info
User name:IMNOTGOODATCS
History
Joined:
Number of posts:16
Latest posts:

MAX ARRAY
thanks for everyone's help! The final answer that is correct: double matrixMax(double M[MAXROWS][...

MAX ARRAY
i tried returning --- return max; does there need to be some type of return for the function or no...

MAX ARRAY
double matrixMax(double M[MAXROWS][MAXCOLS], int numRows, int numCols) { .... } That was given a...

ARRAYS
Figured it out, thanks!

MAX ARRAY
Write a function called matrixMax that returns the largest element in a matrix of doubles , with nu...