public class Driver{ public static void main (String[] args){ arraystuff a = new arraystuff(); System.out.println(a.Revfill(3)); } }