Feed Headline Animator

Write a program that will find the sum of those integers. Which are divisible by 2 and are not complete square. The integers should be less then 100

main()
{
int sum=0,I,t;
for(i=2;i<=100; i=i+2)
}
t=sqrt(i);
if(t*t t=i)
sum=sum+I;
}
printf(“%d”,sum);
}


Posted by: Wasim Javed

No comments:

Post a Comment