编一个程序,用for循环语句求出1到100之间的奇数之和.

问题描述:

编一个程序,用for循环语句求出1到100之间的奇数之和.

#includeusing namesapce std; void main() { int he = 0; for(int i = 1; i