网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Who was the first person to _______ the American continent?
A.find
B.discover
C.invent
D.find out
参考答案
更多 “ Who was the first person to _______ the American continent? A.findB.discoverC.inventD.find out ” 相关考题
考题
The ability to tolerate pain varies ______ person ______ person.
(A) between … and(B) both … and(C) from … to(D) of … to
考题
在J2EE中,使用()选项中的代码,可以生成如下XML文档:PEOPLEPERSONNAMETonyBlair/NAME/PERSONPEOPLE
A.Elementpeople=doc.createElement(PEOPLE);Elementperson=doc.createElement(PERSON);Elementname=doc.createElement(NAME);name.appendChild(doc.createTextNode(TonyBlair));people.appendChild(person);person.appendChild(name);doc.appendChild(people);B.Elementpeople=doc.createElement(PEOPLE);Elementperson=doc.createElement(PERSON);people.appendChild(person);Elementname=doc.createElement(NAME);name.appendChild(doc.createTextNode(TonyBlair));person.appendChild(name);doc.appendChild(people);C.Elementpeople=doc.createElement(PEOPLE);Elementperson=doc.createElement(PERSON);people.appendChild(person);Elementname=doc.createElement(NAME);name.appendText(doc.createTextNode(TonyBlair));person.appendChild(name);doc.appendChild(people);D.Elementpeople=doc.createElement(PEOPLE);Elementperson=doc.createElement(PERSON);Elementname=doc.createElement(NAME);name.createTextNode(TonyBlair);people.appendChild(person);person.appendChild(name);doc.appendChild(people);
考题
Which country's way of communication made use of visible signs?A. FrenchB. RomanC. AfricanD. American
考题
下列程序中需要清理动态分配的数组,划线处应有的语句是_______。 include class pers
下列程序中需要清理动态分配的数组,划线处应有的语句是_______。include<iostream.h>class person{int age,tall;public:person( ){age=0;tall=40;cout<<"A baby is born."<<endl;}person(int i){age=i;tall=40;cout<<"A old person."<<endl;}person(int i,int j){age=i;tall=j;cout<<"a old person with tall."<<endl;)~person( ){cout<<"person dead."<<endl;}void show( ){cout<<"age="<<age<<",tall="<<tall<<endl;}};void main( ){person*ptr;ptr=new person[3];ptr[0]=person( );ptr[1]=person(18);ptr[2]=person(20,120);for(int i=0;i<3;i++)ptr[i].show( );______}
考题
Person类可能的拷贝构造函数格式为:A.Person(){}B.Person(Person *p){}C.Person(Person p){}D.Person(Person p){}
考题
13、根据MySQL的示例数据库World,假设有如下关系R(CityID, CityName,CountryCode,Continent),以下做主键最理想的是?A.CityIDB.CityNameC.CountryCodeD.Continent
考题
程序设计题 使用抽象类和抽象方法模拟不同人种。(15分) (1)创建一个抽象类Person,属性:name和age;在Person类中定义一个抽象方法say();(5分) (2)创建Chinese类继承Person,重写say()方法;(5分) (3)创建American类继承Person,重写say()方法;(5分)
考题
【计算题】(6-9)定义Person类(属性有姓名,年龄),完成如下任务: (1)在Test类中定义方法Boolean contains(Person[]per,Person temp),该方法判断Person数组是否有Person对象temp,如果数组中存在与per相同的Person对象返回boolean; (2)定义showPerson(Person[] per)输出Person对象数组所有元素; (3)对上面定义的方法进行测试。
热门标签
最新试卷