A.later
B.late
C.latter
D.latest
第1题:
第2题:
Britain’s longest rivers are().
Athe Severn and the Clyde
Bthe Thames and the Clyde
Cthe Clyde and the Humber
Dthe Severn and the Thames
第3题:
使用变量year代表年份,以下表示判断year是否为闰年的布尔表达式是 。
A.(year % 4 == 0) and (not(year % 100 == 0)) or (year % 400 == 0)
B.(year % 4 == 0) and (not(year % 400 == 0)) or (year % 100 == 0)
C.(year % 4 == 0) and (year % 100 == 0) or (year % 400 == 0)
D.(year % 4 == 0) or (not(year % 100 == 0)) and (year % 400 == 0)
第4题:
第5题:
已经定义了一个Season枚举,它有4个成员Spring、Summer、Autumn、Winter现在需要定义一个名为currentSeason的Season枚举,并将其赋值为Spring,应使用下面哪段代码?
A.Season currentSeason = Spring;
B.currentSeason = Spring;
C.currentSeason = Season.Spring;
D.Season currentSeason = Season.Spring;
第6题:
32、英语的seashell和season都包含一个语素。