public class ourStack1 { private int elements[]; private int index; // indicate the next position to put a new data private int size; public ou