How to print the new String variable in the main method?
public static void ReverseString( char[] charArray) { int i = charArray.Length - 1, j = 0;