Write a java program (class) called Grades to do the following. Must use an array.
Ask the user for 20 grades.
Get from the user each grade and fill an array with the grades.
Find the average of the elements of the array.
Print how many grades are smaller than the average. To get you started, your program code will begin as follows: import java.util.*; //includes Scanner public class Grades { public static void main(String[] args) { //begins main method
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here