请大神帮我看看一个小程序
#include "stdio.h"void main()
{
double score;
printf("put a number:");
scanf("%f",&score);
if((score<=0)||(score>=100))
printf("reput");
else
if(score>=60)
printf("pass");
else
printf("no pass");
}
谁帮我看看这个程序那里错了,我真的不懂了
2013-09-09 21:03
2013-09-09 21:10
2013-09-09 21:13


顶二三楼,楼主下回碰到问题要养成把:编译错误代码贴上来 的习惯~~~~~~~~~
2013-09-09 21:37
!!
2013-09-09 22:25
2013-09-09 22:29

2013-09-09 23:19
谢谢了
2013-09-10 18:38
2013-09-11 10:56