ofekkfir

exercise 6

Oct 23rd, 2017
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.  
  2. public class targil6
  3. {
  4.  
  5.     /**
  6.      * @param args
  7.      */
  8.     public static void main(String[] args)
  9.     {
  10.        
  11.  
  12.         for (int i=0; i<=12; i ++)
  13.         {
  14.             if (i%3==2)
  15.            
  16.             System.out.println (i);
  17.            
  18.            
  19.             }
  20.            
  21.         }
  22.        
  23.  
  24.     }
Advertisement
Add Comment
Please, Sign In to add comment