搜索
编程论坛
→
开发语言
→
C++论坛
→
『 C++教室 』
→ 新手求解,for语句嵌套能不能用do while循环?必须用for循环?
标题:
新手求解,for语句嵌套能不能用do while循环?必须用for循环?
取消只看楼主
zhoujiaxin
等 级:
新手上路
帖 子:2
专家分:0
注 册:2012-9-12
结帖率:
0
楼主
已结贴
√
问题点数:20 回复次数:1
新手求解,for语句嵌套能不能用do while循环?必须用for循环?
编程计算s=1!+2!+....+10!
#include <iostream.h>
void main()
{
int i,s;
for(i=1;i<=10,i++){
do{'i!'=i*i--;
}while(i!=0);}
cout<<s<<endl;
}
搜索更多相关主题的帖子:
void
编程
include
2012-12-07 11:00
zhoujiaxin
等 级:
新手上路
帖 子:2
专家分:0
注 册:2012-9-12
第
2
楼
得分:0
回复 3楼 mmmmmmmmmmmm
谢谢
2012-12-08 15:27
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-389988-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.118453 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved