Coding Challenge · BEGINNER
A group of friends is sending secret messages where each word in the message is written backwards. To read the message, you need to reverse each word back to its original form. Given a string representing the encoded message, decode it by reversing each word individually while preserving the original word order and spa…