Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. public class Test {
  3.  
  4. public static void main(String[] args) {
  5. for (int i = 0 ; i <= 99 ; i++)
  6.  
  7.  
  8. System.out.println(i = i + 2 - 1);
  9.  
  10.  
  11.  
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement