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...


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



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here