getAnzahlEinwohner implementiert
This commit is contained in:
parent
268f4eee43
commit
daf0ec541d
@ -46,6 +46,6 @@ public class Gebiet implements GebietInterface{
|
||||
|
||||
@Override
|
||||
public int getAnzahlEinwohner() {
|
||||
return 0;
|
||||
return (int)(gesamtEinkommen / durchschnittsEinkommen);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user