?#include <stdio.h>int main() {??? int sale=120; //銷售業績為120萬??? int year=1; //剛剛進入公司1年??? if(sale>100)//完善代碼??? {??????? if(year>=2)??????? {??????????? printf("恭喜你獲得最佳員工獎");??? ??????? }??????? else??????? {??????????? printf("新員工");??????? }??? ??? }??? else??? {??????? printf("很遺憾,期望你再接再厲");??? }??? return 0;}
- 2 回答
- 0 關注
- 1236 瀏覽
添加回答
舉報
0/150
提交
取消