C++
Write a function that accepts a 2-dimensional array of doublevalues. The function returns the lowest
value of the entire array. In your main function, define a2-dimensional array as following, call the
function, and display the lowest value.
define constant variables MAXROW = 3 and MAXCOL = 4 before the mainfunction as global constants.
23.5 35 2 10
4.5 3 45 3.5
35 44 5.5 9.6
It can ask the user for the above data or initialize thearray as in the following:
The header of the function is as follows:
double findLowest(double [][MAXCOL])
The lowest value should be 2.
Expert Answer
An answer will be send to you shortly. .
PayPal Gateway not configured
PayPal Gateway not configured