k康
2015-07-28 22:18
哪位高手求指点一下,我这里哪里错了?想不明白啦。 #include
int main() { int sale=120; //销售业绩为120万 int year=1; //刚刚进入公司1年 //完善代码 if(year>=2&&sale>100) { printf("%s\n","有资格获得优秀员工奖"); } else { printf("%s\n","很遗憾,期望你再接再厉"); } return 0; }#include<stdio.h>
C语言入门
926025 学习 · 20793 问题
相似问题