Kassenautomat (Java)

  • hallo :tongue1:

    ich hab hier einen kleinen Progrämmchen (Kassenautomat) geschrieben aber der macht nicht ganz was ich ihn sage :ahhh:

    Beispiel:
    Ich will das mein Rückgabegeld genau 240.10 ist aber der spuckt mir sowas aus??? :shinner: :confused: :mad: :(

    // java Kassenautomat 100 340.10
    Ihre Rueckgabe Geld betraegt: 240.10000000000002




    // javac Kassenautomat.java
    // java Kassenautomat zahlendebetrag einwurfbetrag

    Danke :thumb:
    ciao :zwinker:



  • so sollts gehen

    Four stages of acceptance:
    1.) this is worthless nonsense
    2.) this is interesting, but perverse, point of view
    3.) this is true, but quite unimportant
    4.) I alwas said so
    J.B.S. Haldane

  • danke erstmal :thumb:

    @ KeinWunder
    ich bekommen folgende Fehler beim compelieren:

    // javac KassenautomatNEW.java

    KassenautomatNEW.java:6: cannot find symbol
    symbol : class DecimalFormat
    location: class KassenautomatNEW
    DecimalFormat format = new DecimalFormat("0.00");
    ^
    KassenautomatNEW.java:6: cannot find symbol
    symbol : class DecimalFormat
    location: class KassenautomatNEW
    DecimalFormat format = new DecimalFormat("0.00");
    ^
    2 errors

    Danke :thumb:
    ciao :zwinker:

  • du musst decimal format importieren:

    Java
    import java.text.DecimalFormat;

    Four stages of acceptance:
    1.) this is worthless nonsense
    2.) this is interesting, but perverse, point of view
    3.) this is true, but quite unimportant
    4.) I alwas said so
    J.B.S. Haldane

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!