Maggie7015 Maggie7015 08-04-2024 Mathematics contestada Write a function that will receive a matrix as an input argument, and will calculate and return the overall average of all numbers in the matrix. Use loops, not built-in functions, to calculate the average.