标题:如何在这个程序的基础上编辑回答正确时有音乐响起
取消只看楼主
s1024
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2017-6-8
结帖率:50%
已结贴  问题点数:8 回复次数:0 
如何在这个程序的基础上编辑回答正确时有音乐响起
#include<stdio.h>
#include<stdlib.h>
#include<time.h>
#include<windows.h>
main()
{
        int a,b,i,shang,c=0,d=0;
    system( "cls" );
    srand(( int )time( 0 ));
    while(i<=10){
        a = rand() % 10;
        b = rand() % 10;
        if( b==0 || a<b || a%b != 0 )
            continue;
        else{
            printf( "%d/%d=", a, b );
            scanf( "%d", &shang );
        }
        if( shang == a / b ){
             printf("回答正确!\n");c++;
        }else{
            printf("回答错误!\n");d++;
        }
        i=c+d;
    } //end of while(i<=10)
}
搜索更多相关主题的帖子: continue include system shang 音乐 
2017-06-11 14:58



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




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

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