Topic: Stack Problem / Level: beginner

Problem: Create a function to push the characters of a sentence into a stack and reverse every third word.

Run the code to see the output here...