搜索
编程论坛
→
开发语言
→
C++论坛
→
『 C++教室 』
→ 请看一个小程序
标题:
请看一个小程序
取消只看楼主
长毛海龟
等 级:
新手上路
帖 子:2
专家分:0
注 册:2006-11-30
楼主
问题点数:0 回复次数:0
请看一个小程序
请看以下程序
#include "iostream.h"
void main()
{
int i=1;
while(i<=15)
{
i++
if (i%3!=2)continue;
else cout <<"i="<<i<<end1;
}
}
请写出运行结果(最好告诉我 if (i%3!=2)continue 是什么意思)
谢谢大哥了啊
2006-11-30 22:07
1
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-106434-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.087988 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved