請問是哪里錯了
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? //補全所有代碼
? ? if(height>=180)
? ? {printf("%s\n","恭喜小明可以參加?;@球隊");
? ? }
? ??
return 0;
}
#include <stdio.h>
int main()?
{? ? ? ?
? ? int height = 185;
? ? //補全所有代碼
? ? if(height>=180)
? ? {printf("%s\n","恭喜小明可以參加?;@球隊");
? ? }
? ??
return 0;
}
2019-11-24
舉報
2019-11-24
沒有else語句
2019-12-09
我咋感覺沒錯誤呢我也是剛剛學習?