000: Tue Oct 16 16:03:11 EDT 2007: Program executed
001: Tue Oct 16 16:03:56 EDT 2007: User opened file ResolveBoundedStackExercise.class
001: Tue Oct 16 16:05:04 EDT 2007: User opened file ResolveBoundedStackExercise.class
000: Tue Oct 16 16:05:24 EDT 2007: Program executed
001: Tue Oct 16 16:05:45 EDT 2007: User opened file ResolveBoundedStackExercise.class
010: Tue Oct 16 16:05:46 EDT 2007: User selected method Push
010: Tue Oct 16 16:06:28 EDT 2007: User selected method Pop
010: Tue Oct 16 16:06:28 EDT 2007: User selected method Push
104: Tue Oct 16 16:07:26 EDT 2007:
#S = <1,2,3>
Integer #I = 5
S = <5,1,2,3>
Integer I = 5
Test case was deemed true
010: Tue Oct 16 16:08:12 EDT 2007: User selected method Pop
104: Tue Oct 16 16:09:41 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:10:44 EDT 2007: User selected method Depth
103: Tue Oct 16 16:11:12 EDT 2007:
#S = <1,2,3,4,5>
S = <1,2,3,4,5>
int Depth( ) = 5
Test case was deemed true
010: Tue Oct 16 16:11:15 EDT 2007: User selected method Rem_Capacity
010: Tue Oct 16 16:11:16 EDT 2007: User selected method Clear
102: Tue Oct 16 16:11:29 EDT 2007:
#S = <1,2,3,4,5>
S = <>
Test case was deemed true
010: Tue Oct 16 16:11:30 EDT 2007: User selected method Rem_Capacity
103: Tue Oct 16 16:12:18 EDT 2007:
#S = <1,2,3,4,5>
S = <1,2,3,4,5>
int Rem_Capacity( ) = 4
Test case was deemed false
103: Tue Oct 16 16:12:25 EDT 2007:
#S = <1,2,3,4,5>
S = <1,2,3,4,5>
int Rem_Capacity( ) = 5
Test case was deemed false
103: Tue Oct 16 16:12:58 EDT 2007:
#S = <1,2,3,4,5>
S = <1,2,3,4>
int Rem_Capacity( ) = 1
Test case was deemed false
103: Tue Oct 16 16:13:30 EDT 2007:
#S = <1,2,3,4>
S = <1,2,3,4,5>
int Rem_Capacity( ) = 1
Test case was deemed false
103: Tue Oct 16 16:14:06 EDT 2007:
#S = <1,2,3,4,5>
S = <1,2,3,4,5>
int Rem_Capacity( ) = 0
Test case was deemed true