谁能帮我做一下这几道题 万分感谢了 C语言编程
谁能帮我做一下这几道题 万分感谢了 C语言编程
日期:2013-04-19 10:35:28 人气:1
第一个没明白什么意思 是舍入到整数吗?
2:
#include
int main()
{
int score;
printf("please input the socre:");
scanf("%d",&score);
if(score = 80)
printf("优秀\n");
else if(score >= 60 && score <80)