m * n random matrix, m and n are input by the user, define a two-dimensional array of m * n storage matrix. The expansion of the array, and the m * n number of which average value into a (m, n + 1), the average value of the output matrix, and
Welcome Guest.
m * n random matrix, m and n are input by the user, define a two-dimensional array of m * n storage matrix. The expansion of the array, and the m * n number of which average value into a (m, n + 1), the average value of the output matrix, and
+6Votes
Error Reason: an array is defined as 1 To n, but in line 8 For j = 1 To n + 1 are used, but n + 1