//Downloaded From www.c4cpp.co.nr
//(C)2009.All rights reserved.
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
int i,s=0;
for(i=2;i<=100;i=i+2)
{
s=s+i;
cout<<"+"<<i;
}
cout<<"="<<s;
getch();
}
Programs Can Also Be Downloaded From The Folders Below....[Or Scroll Down]
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment