Sat Apr 09, 2011 1:31 am
int x=5
do{
print("%d\n",x);
x--;
}while(x>=1)
int m=0, i;
for(i=1;i<=7;i+=3){
m=m+i;
print("m=%d\n",m);
}
Sat Apr 09, 2011 4:31 pm
Tue Sep 13, 2011 2:49 am
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.