☑Kizspy.me
(Choose 1 answer)
☐ A
☐ E
Consider the following pseudocode:
declare a stack of characters
while(there are more characters in the word to read)
{read a character
}
if a character is *** then
pop and write the poped character to the screen
else
push the character into the stack
What is written to the screen for the input "Good**Mor*ni***ng*Sir" ?
A. GooMong
B. dorinM
Back
Next
FUO.sh
sh the exam.
C. dorinog
D. dorioM
E. dorinogM