The two speakers are mainly talking about()
A. their purchase in a supermarket
B. their part-time jobs
C. the yard work
D. drawbacks of having a part-time job
查看答案
Which day is originally the first day of a week()
A. Monday.
B. Friday.
C. Saturday.
D. Sunday.
Why was this match special()
A. Because it turned out to be a draw at last.
Because it did not end in spite of the death of a player.
C. Because it was the last international match of a famous player.
D. Because it was a match between two strongest teams.
The woman got information about arm exercises from ()
A. an article
B. a friend
C. a TV program
D. a lecture
以下程序段运行后消息框的输出结果为______。 s="Access" Dim str As String For i=1 To Len(s) str=UCase(Mid(S,I,I))+str Next i MsgBox str