Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo,
gibt es eine möglichkeit eine zahl vom datentyp double auf 1 stelle nach dem komma anzeigen zu lassen. Ich will den wert nicht runden sondern nur das nach der ersten kommastelle nichts mehr angezeigt wird.
mfg
System.out.printf("%.1f", Math.PI);