[SOLVED] Consider the following pseudocode

5.00 $

Category:

Description

5/5 - (2 votes)

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 )