See More

public class a { public static void main(String []args){ for(int i=0;i<=100;i++){ if(i>100&&i<500){ System.out.println(i); } } } }