Exemplo n.º 1
0
 public static void Step7865()
 {
     Console.WriteLine();
     Console.WriteLine("7865");
     int[] in7865 = { -5, -11, -3, 10, 5, 19, 0, -20, 20 };
     for (int i = 0; i < in7865.Length; i++)
     {
         Console.WriteLine(Lab05.Task7865(in7865[i]));
     }
 }