This is a 2D array problem
and I’m trying to build a program that computes the maximum and the minimum.
I built this one following this sample program:
it looks completely similar in format but it won’t compile for me please help!
This is a 2D array problem
and I’m trying to build a program that computes the maximum and the minimum.
I built this one following this sample program:
it looks completely similar in format but it won’t compile for me please help!
Not an expert here but here are some things I see
int**
for the 2d array (Which is a pointer to an int pointer)