It was a good game, and at the end the () was Argetina 2, England 1.
A: account
B: mark
C: score
D: record
A: account
B: mark
C: score
D: record
举一反三
- 下列程序片段用于产生成绩等第,已定义score%和mark$分别表示成绩和等第。即60分(含)以上及格、75分(含)以上良好、90分(含)以上优秀,能获得预期结果的是______。 A: If score>=90 Then Mark="优秀" ElseIf score>=75 Then Mark="良好" ElseIf score>=60 Then Mark="及格" End If B: If score>=60 Then Mark="及格" ElseIf score>=75 Then Mark="良好" ElseIf score>=90 Then Mark="优秀" C: If score>=90 Then Mark="优秀"If score>=75 Then Mark="良好"If score>=60 Then Mark="及格" D: If score>=60 Then Mark="及格" ElseIf score>=75 Then Mark="良好"ElseIf score>=90 Then Mark="优秀" End If
- The football team lost their first game by a ___ of 1-2. A: point B: mark C: score D: number
- The football team lost their first game by a ___ of 1-2. A: point B: mark C: score D: number
- What is NOT true to that World Cup(). A: It was held in 1986. B: The disputed goal occurred in the quarterfinals. C: The score between Argentina and England was 2 to 1. D: Argentina eventually lifted the World Cup with the score of 2 to 1.
- 循环执行次数最多的是 A: for i=1:2 end B: for i=1:-2 end C: for i=-1:2 end D: for i=-2:-1 end