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