The artist wanted to pay the farmer, but tile farmer ______.
A. [A] wanted much more money
B. didn't want any money at all
C. wanted one of his pictures instead of money
查看答案
下面程序的运行结果为 #include void main( ) { char a=,'3'; switch(a) { case'3':cout < < "3"; case'2':cout < < "2";break; default:cout < < "1"; } }
A. 3
B. 321
C. 31
D. 32
Every day, the artist ______.
A. [A] went out to help the farmer to do some farming
B. went out to visit his friends
C. painted pictures
The artist thought the farmer wanted a picture of his because ______.
A. [A] the farmer was an artist too
B. the farmer liked his pictures very much
C. the farmer wanted to give it to his son as a present
设int a=1,b=2;,则(a++)+b和a++ +b这两个表达式的值分别为A)3,3 B)3,4 C)4,3 D)4,4
A. 3
B. 321
C. 31
D. 32