【单选题】(2013·安徽高考)________ in the early 20th century, the school keeps on inspiring children's love of art.
【判断题】数组的大小是可变的,所有数组元素的类型必须相同。
【单选题】以下程序段的执行结果是( )。#include<iostream.h>Void main() {int a, y; a=10;y=1 do{ a+=2; y+=a; cout<<'a' ='<<a<<','<<'y='<<y<<'/n'; if(y>20) break; }while(a<= 14);}
A.
a=12,y=12 a=14,y=16 a=16,y=20
C.
a=12,y=12 a=14,y=26 a=14,y=44
【单选题】(2013·安徽高考)This project requires close teamwork. ________ will be achieved unless we work well together.
【单选题】以下程序段的执行结果是: int x=-3; do{ printf("%d\n",x++);}while(!x);
【判断题】数组的大小是可变的,所有数组元素的类型必须相同。
【单选题】(2013·高考安徽卷)This project requires close teamwork.________ will be achieved unless we work well together.