• + 0 comments

    C# Solution

    arr.Reverse();
            
    Console.WriteLine(string.Join(" ", arr));