package evennos ;
public class Evennos {
int even = 200;
for(int x=2;x<=even;x+=2)
if (x%2 ==0) {
system.out.println("Display even nos between 2 and "+even);
{
public main static void(String[] args) {

System.out.println(Evennos.display);
}
}
}