7576777879808182838485
Stack s = new StackImpl(); s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three"); s.pop(); s.pop(); s.pop(); try
7677787980818283848586
s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three"); s.pop(); s.pop(); s.pop(); try {
6566676869707172737475
public void testStack()throws Exception { System.out.println("****************** TEST STACK ******************"); Stack s = new StackImpl(); s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three");
6667686970717273747576
public void testStack()throws Exception { System.out.println("****************** TEST STACK ******************"); Stack s = new StackImpl(); s.push("one"); s.push("two"); s.pop(); s.push("two"); s.push("three"); s.pop();
6970717273747576777879
7071727374757677787980