import java.io.*; class Numbers0 { // Read a number of integers and store them in an array. public static void main (String[] args) throws IOException { int [] data; int number,count; BufferedReader in = Text.open(System.in); System.out.print("Type the number of integers that will be entered: "); number=Text.readInt(in); data = new int[number]; for(count=0; count