Skip to content
Snippets Groups Projects
Commit fb8bb297 authored by Uwe Wienkop's avatar Uwe Wienkop
Browse files

Variable c entfernt

parent 408b9944
Branches
No related tags found
No related merge requests found
......@@ -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: ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment