Description
Consider the following pseudocode: declare a stack of characters while ( there are more characters in the word to read) { read a character push the character on the stack } while ( the stack is not empty )
5.00 $
Consider the following pseudocode: declare a stack of characters while ( there are more characters in the word to read) { read a character push the character on the stack } while ( the stack is not empty )