#include
#include
int main()
{
int i,y;
printf("Enter Number: ");
scanf("%d",&y);
for (i=0; i<=y; i+=2)
{
printf ("%d\n",i);
}
getch();
return 0;
}
You can replace this text by going to "Layout" and then "Page Elements" section. Edit " About "
0 comments:
Post a Comment