We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c28f81 commit 44a9b40Copy full SHA for 44a9b40
07-integers/big-decimal/MyBigDecimal.java
@@ -1,4 +1,7 @@
1
+import java.math.BigDecimal;
2
+
3
public class MyBigDecimal {
4
public static void main(String[] args) {
5
+ System.out.println(new BigDecimal(0.1));
6
}
7
0 commit comments