标题:请大神帮我看看一个小程序
取消只看楼主
yoyoyang
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2012-12-21
结帖率:100%
已结贴  问题点数:20 回复次数:1 
请大神帮我看看一个小程序
#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");
    }
谁帮我看看这个程序那里错了,我真的不懂了
搜索更多相关主题的帖子: include double number 
2013-09-09 21:03
yoyoyang
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2012-12-21
得分:0 
回复 2楼 我叫沃恩
谢谢了
2013-09-10 18:38



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-420349-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.224117 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved