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