#include<stdio.h>
Int main()
Do
{
Int n=2;
Printf("%d", n) ;
n=n+2;
}
While(n<=100) ;

Posted on by