第一从第几页到第几页的题三题

扫二维码下载作业帮
2亿+学生的选择
下载作业帮安装包
扫二维码下载作业帮
2亿+学生的选择
听下面一段材料,回答第1至第3题。
1. Why did the girl borrow some money from her father?
A. To see a film. B. To watch a play.C. To go to a concert.
2. How much money did the girl need?
A. Eighteen dollars. B. Thirty-six dollars. C. Fifty-four dollars.
3. How many children want to go ?
A. One. B. Two. C. Three.
扫二维码下载作业帮
2亿+学生的选择
为您推荐:
扫描下载二维码用户名:zengshunyao
文章数:17
访问量:3591
注册日期:
阅读量:1297
阅读量:3317
阅读量:580609
阅读量:462872
51CTO推荐博文
/**************************************************************
* Copyright (c) 2013, 西华师范大学计算机学院
* All rights reserved.
* 完成日期:2013 年 05 月 21 日
* 工 具:VC6.0
* 输入描述:
* 问题描述: 在第3题的基础上编写一个函数input,用来输入5个学生的成绩。
* 程序输出:
* 问题分析:略
* 算法设计:略
**************************************************************/
#include &stdio.h&
#include &stdlib.h&
N 5/*定义五个学生*/
struct student
char name[10];
float score[3];
struct student stu[N];
int main()
void print(int n);/*struct student stu[],int n*/
/*struct student*/void input (int n);/*struct student stu[],int n*/
printf("\007请输入五个学生的成绩:\n");
system("pause");
void print(/*struct student stu[],*/int n)
printf("学号\t姓名\t语文
for (i=0;i&n;i++)
printf("%2d\t%s\t%3.2f
%3.2f\n",stu[i].num,stu[i].name,stu[i].score[0],stu[i].score[1],stu[i].score[2]);
/*struct student */void input (/*struct student stu[],*/int n)
for (i=0;i&n;i++)
printf("\007请输入%d个学生的学号:",i+1);
scanf("%d",&stu[i].num);
printf("请输入姓名:");
scanf("%s",stu[i].name);
printf("请输入是3各科目的成绩:");
scanf("%f%f%f",&stu[i].score[0],&stu[i].score[1],&stu[i].score[2]);
return /*stu*/;
}本文出自 “” 博客,请务必保留此出处
了这篇文章
类别:┆阅读(0)┆评论(0)会计基础第一章至第三章习题_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
会计基础第一章至第三章习题
阅读已结束,下载文档到电脑
想免费下载本文?
定制HR最喜欢的简历
下载文档到电脑,方便使用
还剩5页未读,继续阅读
定制HR最喜欢的简历
你可能喜欢君,已阅读到文档的结尾了呢~~
2014年广州市公职人员普法学法题库
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
2014年广州市公职人员普法学法题库
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='/DocinViewer-4.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口

我要回帖

更多关于 从第几页到第几页的题 的文章

 

随机推荐