finished feladat8
This commit is contained in:
Binary file not shown.
@@ -18,6 +18,7 @@ namespace HegyekMO
|
||||
Feladat5();
|
||||
Feladat6();
|
||||
Feladat7();
|
||||
Feladat8();
|
||||
Console.ReadLine();
|
||||
}
|
||||
|
||||
@@ -141,6 +142,11 @@ namespace HegyekMO
|
||||
Csoportositotthegyek[item.Hegyseg]++;
|
||||
}
|
||||
}
|
||||
|
||||
foreach (var item in Csoportositotthegyek)
|
||||
{
|
||||
Console.WriteLine($"{item.Key}, {item.Value}");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user