public static void Main(String[] args)
Console.WriteLine("The sum of the digits is " + result1);
Console.WriteLine("The numbers in reversed order: " + result2);
Console.WriteLine("The last digit in the first position: " + 4123);
Console.WriteLine("Exchange the second and the third digits: " + 1324);