class Setze { int zahl; void setze() { zahl = 555; } }