/*ca45a_demo_c++_if语句 if if...else 嵌套的if 悬垂的else if语句中总是使用大括号(块语句),养成好习惯 txwtech */
/*ca45a_demo_c++_if语句
if
if...else
嵌套的if
悬垂的else
if语句中总是使用大括号(块语句),养成好习惯
txwtech
*/
#include
#include
using namespace std;
int compute_value()
{
return 6;
}
int main()
{
int 分数;
分数 = 88;
if (分数 >= 88)
cout
关注
打赏