首页
外语
计算机
考研
公务员
职业资格
财经
工程
司法
医学
专升本
自考
实用职业技能
登录
计算机
有以下程序: #include <iostream> using namespace std; int main () { int x=15; while (x>10&&x<50) { x
有以下程序: #include <iostream> using namespace std; int main () { int x=15; while (x>10&&x<50) { x
admin
2013-05-30
16
问题
有以下程序: #include <iostream> using namespace std; int main () { int x=15; while (x>10&&x<50) { x++; if (x/3) { x++; break; } } cout<<x<<endl; return 0; } 执行后的输出结果是
选项
A、15
B、16
C、17
D、18
答案
C
解析
本题考核选择语句与循环语句的嵌套。由程序可知,当x=16时,满足if条件表达式,进入if分支,执行“x++;break;",所以最后程序输出x的值为17。
转载请注明原文地址:https://kaotiyun.com/show/VGNp777K
本试题收录于:
二级C题库NCRE全国计算机二级分类
0
二级C
NCRE全国计算机二级
相关试题推荐
软件工程的理论和技术性研究的内容主要包括软件开发技术和()。
以下程序执行时,输出“#”号的个数是【】。#include<iostream.h>viedmain(){inti,j;for(i=1;i<5;i++)for(j=2;j<=i;
若有一下程序段int*ptr,x,y=11;ptr=&x;*ptr=10;x=*ptr+y;执行该程序段后,x的值是______。
关于数据库系统的特点,下列说法中错误的是数据______。
若有如下程序:#include<iostream>usingnamespacestd;ints=0;classsample{staticintn;pubic:sample(int
C++中运算符优先级由低到高排列正确的是()。
若定义:floatx;inta,b;,则正确的switch语句是()。
可行性研究要进行一次_______需求分析。
软件工程的出现是由于()。
随机试题
社会调查的内容包括项目所在地区的基本情况和受影响的社区的基本社会经济情况在项目影响时限内可能的变化,具体包括()。
微机局域网络适用于()。
认知行为疗法的主要特点是()。
公文的正文逻辑结构可分三部分,()是正文的中心部分。
受行政机关委托的组织或者个人在行使受委托的行政权力时侵犯公民、法人和其他组织的合法权益造成损害的,受委托的行政机关为赔偿义务机关。()
好雨知时节,______。
Personalityistoalargeextentinherent——A-typeparentsusuallybringaboutA-typeoff-spring.Buttheenvironmentmustalsoh
Everyindividualpossessesauniquequalitythatdifferentiateshimorherfromotherpeople.Whetheritisacharmingpersonali
ManyyoungpeoplewanttostudyintheUnitedStatesbutdonothavethemoneytodoso.Itisagoodideatoresearchthisques
Whatshouldthestudentsbringwiththemtotheexam?
最新回复
(
0
)