getAnzahlEinwohner implementiert

This commit is contained in:
2022-12-06 14:22:27 +01:00
parent 268f4eee43
commit daf0ec541d

View File

@@ -46,6 +46,6 @@ public class Gebiet implements GebietInterface{
@Override
public int getAnzahlEinwohner() {
return 0;
return (int)(gesamtEinkommen / durchschnittsEinkommen);
}
}