We have the scores of the math
test taken by Sam
, Eve
,
Renu
and Lao
in an array.
Implement a function, calculateMinimum
,
which takes this array as an argument
and
finds the minimum value.
The output should include
the minimum value,
and
the index of the minimum
value in the array.
Log the output to the console.