how i write this programe
write a program that usesa 10x10 multi-dimension array.
your program should fill this array with random (non-repeatable)
integer numbers between a specified ranges from the user (positive
or negative).then print out the following statistics in report format
:- the mininmum and maximum number for each column & Row
:- how many prime numbers in the matrix
:- how many numbers are dividable by 2 and by 3 respectively.
print out this matrix in different format using print-fun:
1)ordered matrix (ascending & descending).
2)put even numbers in even Row , and odd numbers in odd Rows.