Browse Source

Обновить 'Moduln/Program.cs'

petucho 2 years ago
parent
commit
b52e3af614
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Moduln/Program.cs

+ 3 - 0
Moduln/Program.cs

@@ -15,6 +15,9 @@ namespace Moduln
             Console.WriteLine("Введите значение толщины стенки трубы");
             Console.WriteLine("Введите значение толщины стенки трубы");
             int tol_sten = Convert.ToInt32(Console.ReadLine());
             int tol_sten = Convert.ToInt32(Console.ReadLine());
             brak(v, dlina, vnesh_d, tol_sten);
             brak(v, dlina, vnesh_d, tol_sten);
+          
+          
+          
       
       
         }
         }