Quellcode durchsuchen

Добавил прощание

Igor Sannikov vor 2 Jahren
Ursprung
Commit
779d43338a
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      Program.cs

+ 1 - 0
Program.cs

@@ -22,6 +22,7 @@ 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 + e);
+			Console.WriteLine("Спасибо за использование!");
             Console.ReadKey();
         }
     }