Question: write the program in java send it to telegram account @FairyXxXTail Write a java program using the following declaration for one dimensional array that holds

Write a java program using the following declaration for one dimensional array that holds the test scores for a class of 30 students: double [] testscores = new double [30]; Your program should do the followings: 1. Read the 30 students test scores and store them in the array testscores 2. Calculate the summation of the 30 test scores 3. Calculate and prints the average of the test scores (average = summation/30) 4. Prints the test scores that are below the average
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
