编写一个C#程序 求1到99的所有奇数之和

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/30 10:57:47

编写一个C#程序 求1到99的所有奇数之和

int sum;
sum=0;
for (i=1;i