Paying 300fg for someone to create a program for me. The program involves interfacing, arrays, and stacks.
Instructions
1. Create an array of 10 elements.
2. Have an interface with 2 methods (push and pop).
3. All values will be int.
4. There should be an int to tell how many elements are in the stack at a time.
5. Every time an operation is done on the stack, the value that is pushed or popped, the actual values of the stack and the size of the stack should be printed.
6. Whenever there is no number in the array the value should be 0 not null.