Question: Modify the exercise 5 adding the position for Maximum and Minimum You can create two functions (Max-Position) (Min-Position) or you can create one function with
Modify the exercise 5 adding the position for Maximum and Minimum You can create two functions (Max-Position) (Min-Position) or you can create one function with the 4 results
.
Input: A {10, 4, 17, 45, 8, 23}
Input: B {22, 14, 27, 12, 18, 43}
Output:
Minimum element of array A is 4 and the position is 1
Maximum element of array A is 45 and the position is 3
Minimum element of array B is 12 and the position is 3
Maximum element of array B is 43 and the position is 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
