皮皮学,免费搜题
登录
搜题
【简答题】
Clara Daly was sitting on an Alaska Airlines flight from Boston to Los Angeles when she heard a worried voice over the loudspeaker: Does anyone on board know American Sign language? ” Clara, 15 at the time, pressed the call button. An air hostess came by and explained the situation. We have a e plane who's blind and deaf, "she said. The passenger seemed to want something, but he was traveling alone and the air hostesses couldn't understand what he needed. Clara had been studying ASL. for the past year to help blind and deaf people and she knew she'd be able to finger spell into the man's palm. So she rose from her seat, walked toward the front of the plane, and knelt by the seat of Tim Cook, then 64. Gently taking his hand, she signed,"How are you? Are you OK? Cook asked for some water. When it arrived, Clara returned to her seal. She came by again a bit later because he wanted to know the time. On her third visit, she stopped and stayed for a while. “ He didn't need anything. He was lonely and wanted to talk, ” Clara said. So for the next hour, she talked about her family and her plans for the future. Cook told Clara how he had become blind over time and shared stories of his days as a traveling salesman. "Even though he couldn't see her, she look attentively at his face with such kindness," a passenger reported. “ Clara was amazing." an air hostess told Alaska Airlines in an interview."You could tell Cook was very excited to have someone he could speak to, and she was such an angel. ” . Cook's reply: “ Best trip I've ever had. ”
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【简答题】下列 A 类的类中 System.out.println() 的输出结果。 class A{ public static void main(String[] args){ Integer integer=new Integer(20); add(integer); System.out.println(ingeger.intValue()); } public static void add(I...
【简答题】对于下列源文件,哪个叙述是正确的? public class E { public static void main(String []args) { System.out.println("ok"); System.out.println(" 您好"); } } class A { public static void main(String []args) { System.out.print...
【简答题】下列 A 类的类中 System.out.println() 的输出结果。 class A{ public static void main(String[] args){ B b=new B(20); add(b); System.out.println(b.intValue); } public static void add(B m){ int t=777; m.setIntValue(t)...
【单选题】对于下列源文件,哪个叙述是正确的 ( ) public class E{ public static void main(String [] args) { System.out.println("ok "); System.out.println(" 您好 "); } } class A{ public static void main(String [] args) { Syste...
A.
源文件名字必须是 java
B.
源文件必须命名为 E.java ,编译无错误。有两个主类, E 和 A 。程序可以执行主类 E 也可以执行主类 A
C.
源文件有错误
D.
源文件中的 E 类不是主类
【单选题】若有 B类继承了A类: Class A{ int a; A(int a){this.a=a;System.out.println( " a= " +a); } } Class B extends A{ B(){ a=10; } B(int b){super(b);System.out.println( " In class B " ); } } 则下列 说法 正确的 是 :
A.
A 没有定义无参构造方法
B.
B()中不能访问a
C.
B()中一定要有语句:super(b);
D.
A类中有系统给的默认构造方法:A(){}
【单选题】假设变量sum=0和j=80都是int类型,则下列语句中的正确的是( ).
A.
if (true) System. out. println('true') else
B.
if (5<>1) System. out. println( 'not equal' )
C.
for (iht j=20j<<50j--) System. out. println (j)
D.
while (j>>=50) sum +=j j--
【多选题】植物防护方法主要有()。
A.
种花
B.
种草
C.
铺草皮
D.
植树
【简答题】下列 A 类的类中 System.out.println() 的输出结果。 class B{ int n; static int sum=0; void setN(int n){ this.n=n } int getSum(){ for(int i=1;i<=n;i++) sum=sum+i; return sum; } } class A{ public static void main(Str...
【简答题】下列 A 类的类中 System.out.println() 的输出结果。 class B{ int x=100,y=200; public void setX(int x){ x=x; } public void setY(int y){ this.y=y; } public int getXYSum(){ return x+y; } } public class A{ public stati...
【单选题】下列天南星科哪种药材含晶纤维()
A.
天南星
B.
掌叶半夏
C.
半夏
D.
石菖蒲
E.
虎掌南星
相关题目: