nested iteration

I try to create a program which will create two dimensional array of integer numbers a(10*10), populate it by random numbers between -9 and 9, print populated array in form of matrix to a display, find display values of minimal and maximal elements of this array as well as a sum of all positive elements of the array.
If you want help, ask specific questions. Some goes for your other thread.

Why don't you try looking at some videos that deal with arrays. This site has a decent tutorial on arrays:

http://www.cplusplus.com/doc/tutorial/arrays/
Topic archived. No new replies allowed.