//File: Driver.java import iostuff.*; import java.text.DecimalFormat; public class Driver { public static void main (String [] args) { int number []; System.out.print ("How many numbers? "); int n = Keyboard.readInt(); number = new int [n]; //inputs the numbers into the array for (int k=0; k