Example #1
0
 public int pop()
 {
     return stacks.pop();
 }
Example #2
0
 public int pop()
 {
     return(stacks.pop());
 }