Auf Thema antworten

[CODE lang="java" title="Programm"]final int GRUNDPREIS       = 20000; // Basispreis in Dollar

    final int ZIERLEISTENPREIS =   250; // Preis der Zierleisten

    final int ABS_PREIS        =   800; // Preis für ABS[/CODE]

Was bedeutet dieses "final"?



Oben