c++中的switch语句问题

你的意思是除了switch不能用任何判断语句?

只用switch比较麻烦。

# include & ltiostream & gt

使用命名空间std

int main()

{

int x = 0;

int y = 0;

cout & lt& ltx:“& lt;& ltendl

CIN & gt;& gtx;

开关(x & gt-5)

案例1:

开关(x & lt10)

案例1:

开关(x)

{

案例0:

y = x-1;

打破;

默认值:

开关(x & gt0)

{

案例0:

y = x;

打破;

案例1:

y = x+1;

打破;

}

}

cout & lt& lty & lt& ltendl

系统(“暂停”);

}