DoubleFormatter.java gelöscht
parent
29bec800c9
commit
a033edabed
|
@ -1,18 +0,0 @@
|
||||||
package uebung;
|
|
||||||
|
|
||||||
public class DoubleFormatter {
|
|
||||||
|
|
||||||
|
|
||||||
public static void printDouble(double d) {
|
|
||||||
// TODO: Wert ausgeben
|
|
||||||
}
|
|
||||||
public static void main(String[] args) {
|
|
||||||
printDouble(1.0);
|
|
||||||
printDouble(10.1);
|
|
||||||
printDouble(2.01);
|
|
||||||
printDouble(2.001);
|
|
||||||
printDouble(2.0001);
|
|
||||||
printDouble(2.0004);
|
|
||||||
printDouble(2.0005);
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue