2 Replies
System.Console.Write("PLease enter your word :");
string pass1=Console.ReadLine();
Console.WriteLine("{0,-5}",pass1);
@Hercules_x_x You can create a function that convert your string to an array of char and then reverse your array: