☑Kizspy.me
(Choose 1 answer)
☐ A
Back
Next
Consider the following pseudocode:
declare a queue of characters
while(there are more characters in the word to read)
{read a character
}
if a character is "*' then
dequeue and write the dequeued character to the screen
else
enqueue the character into the queue
What is written to the screen for the input "HowAre***You**To****Day"?
A. owAreYouT
B. HowAreYo
C. HowAreYou
D. wAreYouTo
FUO.sh
sh the exam.