测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A19542. 运行下列代码,输出的丝路文化符号数量是?( )#include <iostream> using namespace std; int main () { int x=12; while(x>8){ x--; } cout << x; return 0; }

单选题 较易

题目描述

运行下列代码,输出的丝路文化符号数量是?(    )

#include <iostream>
using namespace std;
int main () {
    int x=12;
    while(x>8){
        x--;
    }
    cout << x;
    return 0;
}

选项(单选)

上一题 下一题