import java.io.*; import java.text.*; // //*Parallel Arrays* //This program reads in names and test scores, calculates the average //and then prints whether each student is above or below average. public class parallelarrays { static double ave; static double scores []; static String names []; public static void getInfo() throws IOException { BufferedReader in=new BufferedReader (new InputStreamReader(System.in)); for(int count=0;countave) System.out.println(" above average."); else if(scores[count]