/ Published in: Java
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
package sk.adino.puzzlers; import static org.junit.Assert.*; import org.junit.Test; public class AutoboxingTest { @Test public void test() { int i=1; while(i<10000000) { if (j==k){ i=i*10; }else break; } assertEquals(i,1000); } }