/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author STUDENT */ import java.io.*; import java.util.Vector; public class ListOfNumbers { private Vector victor; private static final int SIZE=20; public ListOfNumbers(){ victor = new Vector(SIZE); for(int i=0;i