教小学生算算术_第1页
教小学生算算术_第2页
教小学生算算术_第3页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、#include<stdio.h> #include<stdlib.h> #include<time.h> void menu() printf("*"); printf("_小朋友,欢迎你们来学习小学算术_"); printf(" "); printf(" 1.加法 "); printf(" 2.减法 "); printf(" 3.乘法 "); printf(" 4.除法 "); printf(" 0.退出

2、"); printf(" "); printf(" 快选择你要学习的内容吧! "); printf(" "); printf("_"); printf("*"); void plus1() int count=0,m,n,s,total,k; printf("欢迎进入第一关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) printf("%

3、d",m=rand()%10); printf("+"); printf("%d",n=rand()%10); printf("="); total=m+n; loopa:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜你通过了第一关!n"); void plus2() int

4、 count=0, m,n,s,total,k; printf("欢迎进入第二关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) do m=rand()%10; n=rand()%100; while(n<10); printf("%d",m); printf("+"); printf("%d",n); printf("="); total=m+n; loopa:scanf

5、("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜你通过了第二关!n"); void plus3() int count=0,m,n,s,total,k; printf("欢迎进入第三关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count

6、<k) do m=rand ()%100; n=rand()%100; while(m<10&&n<10); Printf("%d",m); printf("+"); printf("%d",n); printf("="); total=m+n; loopa:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n&qu

7、ot;);goto loopa; printf("恭喜你通过了第三关!n"); void sub1() int count=0,m,n,s,total,k; printf("欢迎进入第一关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) do m=rand()%10; n=rand()%10; while(m<=n); printf("%d",m); printf("-"); printf(&

8、quot;%d",n); printf("="); total=m-n; loopa:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜你通过了第一关!n"); void sub2() int count=0,m,n,s,total,k; printf("欢迎进入第二关!n"); printf(&q

9、uot;请设定题目数量:"); scanf("%d",&k); while(count<k) do m=rand()%100; n=rand()%10; while(m<10); printf("%d",m); printf("-"); printf("%d",n); printf("="); total=m-n; loopa:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n"

10、);count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜你通过了第二关!n"); void sub3() int count=0,m,n,s,total,k; printf("欢迎进入第三关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) do m=rand()%100; n=rand()%100; while(m<=n|m<10|n<1

11、0); printf("%d",m); printf("-"); printf("%d",n); printf("="); total=m-n; loopa:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜你通过了第三关!n"); void plus() int i;

12、 plus1(); printf("是否继续挑战?Y(1)/N(0):"); scanf("%d",&i); if(i=1) plus2(); else return; i=NULL; printf("是否继续挑战?Y(1)/N(0):"); scanf("%d",&i); if(i=1) plus3(); else return; void sub() int i; sub1(); printf("是否继续挑战?Y(1)/N(0):"); scanf("%d"

13、;,&i); if(i=1) sub2(); else return; i=NULL; printf("是否继续挑战?Y(1)/N(0):"); scanf("%d",&i); if(i=1) sub3(); else return; void mul1() int count=0,m,n,s,total,k; printf("欢迎进入第一关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) printf

14、("%d",m=rand()%10); printf("*"); printf("%d",n=rand()%10); printf("="); total=m*n; loopa:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜你通过了第一关!n"); void mul

15、2() int count=0,m,n,s,total,k; printf("欢迎进入第二关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) do m=rand()%100; n=rand()%10; while(m<10); printf("%d",m); printf("*"); printf("%d",n); printf("="); total=m*n; loopa

16、:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜 你通过了第二关!n"); void mul() int i; mul1(); printf("是否继续挑战?Y(1)/N(0):"); scanf("%d",&i); if(i=1) mul2(); void div1() int count=0,

17、m,n,s,total,k; printf("欢迎进入第一关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) do m=rand()%10; n=rand()%10; while(n=0|m%n!=0); printf("%d",m); printf("/"); printf("%d",n); printf("="); total=m/n; loopa:scanf("%

18、d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa; printf("恭喜你通过了第一关!n"); void div2() int count=0,m,n,s,total,k; printf("欢迎进入第二关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) do

19、 m=rand()%100; n=rand()%10; while(n=0|m<10|m%n!=0); printf("%d",m); printf("/"); printf("%d",n); printf("="); total=m/n; loopa:scanf("%d",&s); if(s=total) printf("恭喜你,答对了!n");count+; else printf("回答错误,请重新回答!n");goto loopa;

20、printf("恭喜你通过了第二关!n"); void div3() int count=0,m,n,s,total,k; printf("欢迎进入第三关!n"); printf("请设定题目数量:"); scanf("%d",&k); while(count<k) do m=rand()%100; n=rand()%100; while(n=0|m<10|n<10|m%n!=0); printf("%d",m); printf("/"); printf("%d",n); printf("="); total=

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论