A recording of me developing a simple Stack manipulation program to reverse the order of words in a line of text - see question below.
Question:
Print a Sentence in Reverse Using a Stack:
write a program that inputs a line of text and uses a
stack to display the words of the line in reverse order.