Question: using java QUESTION 3 Write a Java program to find the maximum and minimum value of an array between the vales 0 and 100 Pictorial
using javaQUESTION 3 Write a Java program to find the maximum and minimum value of an array between the vales 0 and 100 Pictorial Presentation: Find maximum and minimum value in an array 1.D wth? 53 32 19 79 5 47 53 32 19 79 25 6 47 maximum value Your solution must have the following methods. public static void main(String args) public static int initializeArr(int size) public static void find MinMax(int[] arr) Console Output: Enter the size of the art 10 96 28 51 26 35 72 41 84 85 91 The minimum in the arr::26 The maximum in the arr::96 (20 marks)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
