Question
1. Write a function that takes as input a two-dimensional array of float values of size five by five, then computes and prints the following: a. Finds and displays the minimum of each column. b. Finds and displays the maximum of each row. c. EXTRA CREDIT: Calculates and displays the average value of the entire two-dime
Question image 1