帮忙做下C语言题目 考试呢
帮忙做下C语言题目 考试呢
日期:2011-03-11 15:24:33 人气:1
#include
main(){
int f,x;
printf("Please input a integer:");
scanf("%d",&x);
if(x>3)
f= 3*x-6;
else if(x>-2 && x<=3)
f= 4*x+2;
else
f= x-8;
printf("The r