Posts by Agatha Garcia • 1 point
1 post
-
0
votes1
answer136
viewsQ: Return minimum and maximum values of a vector
Encode the function minimax(v,n,a,b), that receives a vector v containing n real numbers and returns in a and b, respectively, the values minimum and maximum between those stored in v. The code I…