阅读下面对话,从方框中7个选项中选择5个恰当的句子完成此对话。 A.The bu

题型:填空题

问题:

阅读下面对话,从方框中7个选项中选择5个恰当的句子完成此对话。 

A.The bus ride takes about 6 hours

B.What about the hotels?

C.Good idea.

D.We have two tours each week.E. What are you going to do?

F. Two days.

G. That sounds good.

A: Is there anything I can do for you, sir?

B: I read in your travel guide (旅游指南) about the tour to Xi’an.

A: Yes.     1    , leaving on Monday and Thursday mornings.

B: How long is the tour?

A:   2   And it costs 360 yuan.

B: Can you give me more information on the tour?

A: Sure. The bus leaves at nine, in front of our office.     3  , with two stops to see some places of interest.

B:  4 

A: You’ll be staying at California Hotel. It’s a three-star hotel. And the meals are free.

B:   5  . We will talk about it and tell you whether we will go or not.

A: All right.

考点:情景交际日常用语、谚语
题型:填空题

运动处方的基本内容()

A.准备活动

B.锻炼模式

C.运动频率

D.整理活动

题型:填空题

化工设备检修前的准备和清理工作包括()项操作程序。

A.四

B.七

C.八

D.九

题型:填空题

在“有干于外而皮肤皴揭者”中,“皴揭”之义为()

A.皮肤皲裂

B.皮肤燥裂

C.揭破皮肤

D.皮肉破伤

题型:填空题

以下试验哪种是用来测土体最佳含水量的()

A.三米尺试验

B.弯沉试验

C.击实试验

D.摆式仪试验

题型:填空题

某学生的记录由学号、8门课程成绩和平均分组成,学号和8门课程的成绩已在主函数中给出,请编写函数fun,其功能是:求出该学生的平均分,并放入记录的ave成员中。
例如,学生的成绩是:85.5,76,69.5,85,91,72,64.5,87.5,则他的平均分应为78875。
注意:部分源程序给出如下。
请勿改动主函数main和其他函数中的任何内容,仅在函数fun部位中填入你编写的若干语句。
试题程序:
#include<stdio.h>
#define N 8
typedef struct

Char num[10];
double s[N];
double ave;

STREC;
void fun(STREC*a)


void main()

STREC S=("GA005",85.5,76,69.5,85,91,72,64.5,87.5);
int i;
fun(&s);
printf("The%s’S student data:\n",snum);
for(i=0;i<N;i++)
printf("%4.1f\n",s.s[il);
printf("\nave=%7.3f\n",s.ave);

更多题库