wangchunhan hai 8 meses
pai
achega
cc31458be1
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      src/main/java/com/sf/Test.java

+ 10 - 0
src/main/java/com/sf/Test.java

@@ -130,6 +130,16 @@ public class Test {
         double j = 0.2;
         while (i  != j){
             j *= 2;
+//            System.out.println(i);
+            System.out.println(j);
+        }
+    }
+    @org.junit.Test
+    public void t8(){
+        double i = 88467;
+        double j = 0.2;
+        while (i  != j){
+            j *= 2;
 //            System.out.println(i);
             System.out.println(j);
         }