Question: I have to write this using java, but I can't figure out how to make the main method properly so that my code will print
I have to write this using java, but I can't figure out how to make the main method properly so that my code will print something. Please help me. I have inserted a screenshot of slide 10 below the question. Thank you so much! Edit: and what is n supposed to be???

(20 points) Write a main method to calculate the lowest grade among 100 random grades (grade ranging 0-100) by modifying and calling the method in example 2 (slide 10) (submit code and screenshot). Example 2: Find the maximum int Max(int [] arr, int n) int max; max = arr[0]; for (int i =1; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
