000: Tue Oct 16 15:30:26 EDT 2007: Program executed
001: Tue Oct 16 15:49:29 EDT 2007: User opened file ResolveBoundedStackExercise.class
010: Tue Oct 16 15:49:29 EDT 2007: User selected method Push
104: Tue Oct 16 16:10:09 EDT 2007:
#S = <2,2,3>
Integer #I = 4
S = <4,2,2,3>
Integer I = 4
Test case was deemed true
010: Tue Oct 16 16:10:15 EDT 2007: User selected method Pop
104: Tue Oct 16 16:11:24 EDT 2007:
#S = <1,2,3>
Integer #I = 1
S = <2,3>
Integer I = 1
Test case was deemed true
010: Tue Oct 16 16:11:27 EDT 2007: User selected method Depth
103: Tue Oct 16 16:11:48 EDT 2007:
#S = <2,2,3>
S = <2,2,3>
int Depth( ) = 3
Test case was deemed true
010: Tue Oct 16 16:11:49 EDT 2007: User selected method Clear
102: Tue Oct 16 16:12:08 EDT 2007:
#S = <2,2,2,3>
S = <>
Test case was deemed true
010: Tue Oct 16 16:12:09 EDT 2007: User selected method Rem_Capacity
103: Tue Oct 16 16:12:35 EDT 2007:
#S = <2,2,2,2>
S = <2,2,2,2>
int Rem_Capacity( ) = 1
Test case was deemed true
