#include<stdio.h>
int main ()
{
 int x,total=0;
 for (x=100 ;x<=150;x++)
 total+=x;
 return 0;
}


i want to get the sum of 100~150.but the programming doesn't wok.

please tell me where is wrong

thanks


      ___________________________________________________________ 
雅虎邮箱,终生伙伴! 
http://mail.yahoo.com.cn/

[Non-text portions of this message have been removed]

Reply via email to