#include <stdio.h>int main()?{ ? ? ??? ? int height = 185;? ? //補全所有代碼? ? if(height>=180)? ? {?? ? ? ?printf("%s\n","恭喜小明可以參加籃球隊");? ? ?} return 0;}
3 回答

怡宇閣
TA貢獻1條經(jīng)驗 獲得超1個贊
#include "stdio.h"
int main()
{
int height=185;
if(height>=180)
{
printf("恭喜小明可以參加校籃球隊?");
}
? else
? ? {
? ? ? ??
? ? ? ? printf("小明不能參加?;@球隊 ");
? ? }? ?
return 0;
}
- 3 回答
- 0 關(guān)注
- 1486 瀏覽
添加回答
舉報
0/150
提交
取消