题目内容

Why isn’t the man going to work

A. The boss wants him to have a rest.
B. He wants to go for a picnic.
C. He is sick and has to stay home.

查看答案
更多问题

在Excel 2003图表中,最适合显示百分比的分配情况的图表是______。

Where is the dictionary

A. In Lily’s desk.
B. In Sam’ bag.
C. Nobody keeps it.

Christmas is coming. It is celebrated(庆祝) every year on December 25 and it is the most celebrated holiday in the world. It is celebrated in Europe, North America, South America and in every country that has been touched by western culture. Christmas celebrates the birth of Jesus Christ. Today, most people who celebrate Christmas are not Christians(基督徒). They celebrate the holiday because Christmas is an opportunity for people to show the "good feelings" they have for each other. Christmas is called "the season of giving". It is the time of year when people give gifts to others to show how much they love them or just to show how much they appreciate(感激) them. We give gifts to our family and we also give gifts to close friends. Many people also give gifts to people who have performed services for them through the year, like the postman or the cleaner. And Christmas is the time of year we remember that many people are less fortunate than us: the poor, the sick and the lonely; and we try to help them in any way we can. People who celebrate Christmas are Christians.

A. Right.
B. Wrong.
C. Doesn’t say.

【说明】 该程序运行后,输出下面的数字金字塔 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1 ...... 1 2 3 4 5 6 7 8 9 8 7 6 5 4 3 2 1 【程序】 #include < stdio. h > main ( ) } char max, next; int i; for( max = ’1’; max <= ’9’; max + +) { for(i=1;i<=20- (1) ;++i) printf(" "); for(next = (2) ;next <= (3) ;next ++) printf(" %c" ,next); for(next= (4) ;next>= (5) ;next--) printf(" %c" ,next); printf(" \n" ); } }

答案查题题库