Auf Thema antworten

Hallo,


wenn Du auch noch eine Konsolen-Ausgabe haben möchtest, geht Folgendes:

[code=Java]

public static void main(String[] args) {

        Note note = new Note(2, 2.5, 3, 3.5, 4);

        System.out.println(note.Note());

}

[/code]


Grüße

momolin



Oben