From fb8bb297ed52b8452f7818d08c194aa6d36d207f Mon Sep 17 00:00:00 2001 From: wienkop <uwe.wienkop@th-nuernberg.de> Date: Mon, 4 Oct 2021 18:55:56 +0200 Subject: [PATCH] Variable c entfernt --- 01 Pythagoras/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01 Pythagoras/Program.cs b/01 Pythagoras/Program.cs index b4fb882..c35cdef 100644 --- a/01 Pythagoras/Program.cs +++ b/01 Pythagoras/Program.cs @@ -6,7 +6,7 @@ namespace _01_Pythagoras { static void Main(string[] args) { - double a, b, c; + double a, b; Console.WriteLine("Pythagoras"); Console.Write("Länge der Seite a: "); -- GitLab