public float rechne(betrag,betrag2);{ meinBetrag = betrag - betrag2; return meinBetrag; }}
public float rechne(float betrag, float betrag2){