Script started on Tue Mar 9 12:06:53 1999 You have mail. {vangogh} public_html/Teaching/Courses/112/Lectures/Lecture13/Stack % testIntSta ck Just created an IntStack... Testing if it is indeed empty returns 1 Testing if the stack is full returns 0 Pushing the element 3 into the stack The element on top of the stack is 3 Testing if the stack is empty returns 0 Testing if the stack is full returns 0 Popping the top of the stack Testing if the stack is empty returns 1 Testing if the stack is full returns 0 Pushing the element 5 into the stack The element on top of the stack is 5 Testing if the stack is empty returns 0 Testing if the stack is full returns 0 Pushing the element 4 into the stack The element on top of the stack is 4 Testing if the stack is empty returns 0 Testing if the stack is full returns 0 Popping the top of the stack The element on top of the stack is 5 Testing if the stack is empty returns 0 Testing if the stack is full returns 0 Pushing 4 elements into the stack The element on top of the stack is 4 Testing if the stack is empty returns 0 Testing if the stack is full returns 1 Popping the top of the stack The element on top of the stack is 3 Testing if the stack is empty returns 0 Testing if the stack is full returns 0 {vangogh} public_html/Teaching/Courses/112/Lectures/Lecture13/Stack % exit exit script done on Tue Mar 9 12:07:03 1999