ARRAYS(two dimensional)

How will you code a program that displays the maximum value in a two dimensional array of integers. the program will ask the user to input the 4x5 array?

i know how to code it. but i dont know what to do to find the maximum value. :( how to find the maximum?
Go through the array, and test each element against the biggest so far.
can you write down the codes . PLEASE?????
Here is an example. Just change it to your needs.

http://www.cplusplus.com/forum/general/123244/#msg671135
Last edited on
thanks! <3
Topic archived. No new replies allowed.