使用while循环语句求1到100的累加和

问题描述:

使用while循环语句求1到100的累加和
用循环语句从1累加到100(要求使用While语句)VC++的

int n=0; int sum=0; while(n