1个回答
2015-07-30
展开全部
我们可以用关键字else 来指定当条件不能被满足时需要执行的语句,它需要和if 一起使用,形式是:
if (condition) statement1 else statement2
例如:
if (x == 100)
cout << "x is 100";
else
cout << "x is not 100";
if (condition) statement1 else statement2
例如:
if (x == 100)
cout << "x is 100";
else
cout << "x is not 100";
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询