Browse Source

Удалил лишнюю строку

Irina Filimonova 2 years ago
parent
commit
8e0dd72224
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Program.cs

+ 0 - 1
Program.cs

@@ -21,7 +21,6 @@ namespace ConsoleApp1
             double Otvet  = (Math.Pow(e, x) - (Math.Pow(y, 2) + 12 * x * y - 3 * Math.Pow(x, 2)) / (18 * y - 1), 2) + z;
             // Выводим ответ
 			Console.WriteLine("Ответ = " + Otvet);
-			Console.WriteLine("Ответ = " + Otvet);
             Console.ReadKey();
         }
     }