Question: Create a java application in NetBeans that prompts the user to enter a length of an array, and then prompts the user to enter that
Lab07: Create a Java application in NetBeans called "Lab07" that prompts the user to enter a length of an array, and then prompts the user to enter that number of scores. The program then prints the scores, the lowest, highest, average, number of A's, B's C's, D's, F's, and then prints the scores irn descending order. Use the following method headers: // print scores public static void exiScores (in array) public static int laucatssore (intl array public static int bighsasssers nt array) public static double gxerageScore (intli array) // lovest score // highest score /I average score // count grades public static int countGradea intll array, char gzadelne // print descending scores public atatic void exintDsacendingScorea (inali array) Sample Java output: Enter the length of the arrays Enter s scoren: 65 78 75 98 87 Printed cores: 65 7 75 98 87 Low: 65 High:98 Avg: 80.6 B'a:1 Scores in descending ordert 98 87 78 75 65 Zip the Lab07 folder and send it to me as an attachment in Blackboard
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
