public class testMe { public static void main (String args[]) throws IOException { for(int c = -1000; c <= 1000; c=c+4) System.out.println(c); } }