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.