csharp a program to reverse each word in the given string.

Code Example - csharp a program to reverse each word in the given string.

                
                        new String( word.Reverse().ToArray() )