using System;
using System.Linq;
public class MyClass
{
public static void Main()
{
string data = "aeroplane";
Console.WriteLine(data.Reverse().ToArray());
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)