string myName = "Angel Hadzhiev";
char[] CharName = myName.ToCharArray();
Array.Reverse(CharName);
foreach (char name in myName)
{
Console.WriteLine(name);
}
Console.ReadLine();
The problem is that the given name(Angel Hadzhiev) is not reversed when I run the Console Application. The output is this - http://prntscr.com/fvbis1