皮皮学,免费搜题
登录
搜题
【简答题】
阅读下列程序说明和C++代码,将入(n)处的字句写在对应栏内。 [说明] ①定义私有数据成员code、english分别用于表示考生的编号、英语成绩,它们都是int型的数据。 ②完成成员函数void Student::inputinformation()的定义,该函数用于用户输入一个考生对象的信息,输入格式如下: 输入编号: 英语成绩: 计算机成绩: ③利用已实现的类Student的成员函数,完成函数void firstname(Student *A[],int uum)的定义,该函数根据考生信息A[],输出num个考生中总分最高者的编号及其相应的总分,在此不考虑总分相同的情况。 源程序文件test1.cpp清单如下: include < iostream. h > class Student (1) int computer; int total; public void getinformation( ); void computesum( ); int getcode( ); int gettotalscore( ); ~Student( ); }; void Student: :getinformation( ) { (2) cout <<'英语成绩:'; cin> >english; cout <<'计算机成绩:'; cin > > computer; void Student:: computesum ( ) total = english + computer; cout <<'编号' << code <<'总分:' <<total << endl; int Student::getcode( ) return code; } int Student:: gettotalscore ( ) { return total; } void firstname(Student * A[] ,int num) { (3) tempsum = ( * A[0] ). gettotalscore( ); for( int i=1; i <num; i++) { if ( ( ( * A[i] ). gettotalscore( ) ) > tempsum) { tempcode = ( * A[i] ). getcode( ); tempsum = ( * A[i] ). gettotalscore( ); } } cout <<'总分最高者--' << tempcode <<':' << tempsum <<endl; } void main( ) { Student * A[3]; int i,n =3 for(i=0;i<n;i ++) A[i] = new Student; A[i] -> getinformation( ) for(i=0;i<n;i ++) { A[i] -> computesum( ) firstname ( A,3 ); }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】模拟数据的数字信号编码最常用的方法是 。
【单选题】Prototyping method is a dynamic design process,it require people who use prototyping method should have the following capability. (    )
A.
Proficient program expertise
B.
Immediately acquire requirement
C.
Coordinare & organize eloquently
D.
Handle tools smartly
【简答题】(2)调用内存中储存的程序的步骤: 1 模式按钮选择 “()”。 2 按下功能键 (),输入地址O,输人要调用的程序号,如00123。 3 按下() ,即可完成程序(00123)的调用。
【单选题】下列对于新事物必然战胜旧事物原因的理解,正确的有()。 ①新事物优越于旧事物 ②新事物符合客观规律 ③新事物符合社会全体成员的利益 ④新事物发展的道路是曲折的
A.
①②
B.
③④
C.
①③
D.
②④
【单选题】Which method does not use estimates?
A.
direct-write off method
B.
percent –of-sales
C.
aging-of receivables method
D.
allowance method
【单选题】下述哪种疾病会伴有左心室容量负荷增加:
A.
主动脉瓣关闭不全
B.
心肌梗死
C.
肺动脉高压
D.
心肌炎
E.
肥厚性心肌病
【简答题】模拟数据的数字信号编码最常用的方法是 。A. 脉冲编码调制PCM
【简答题】为什么新事物是不可战胜的?
【单选题】which method does not use estimates?
A.
direct-write off method
B.
percent –of-sales
C.
aging-of receivables method
D.
allowance method
【多选题】新事物取代旧事物的原因是( )
A.
新事物出现在旧事物之后
B.
新事物有新的结构和功能,适应变化了的环境和条件
C.
新事物在旧事物的“母体”中孕育成熟,否定了消极的东西,保留了合理因素
D.
新事物符合人民群众的利益和要求
相关题目: