下面程序的输出结果是( )
#include <iostream>
using namespace std;
int main( )
{ int x=6,y=8;
if(++x<6)
cout<<++y<<endl;
else
cout<<y++<<endl;
if(x>6)
cout<< --y<<endl;
return 0; }
发布于 2021-02-15 16:33:41
【单选题】
A 8 8
B 9 7
C 7 8
D 编译时出错
查看更多
- 体验AI问答!更聪明、超智能!
- 一款基于GPT的超级AI助手,可以对话、创作、写文案!