Which change would correct the syntax error in the following code?

1: If intScore < 80 Then
2: strGrade = "C"
3: Else intScore > 80 Then
4: strGrade = "A"
5: End If

a. 1: If( intScore < 80 ) Then
b. 2: Set strGrade = "C"
c. 3: ElseIf intScore > 80 Then
d. none of the above correct the syntax error


c. 3: ElseIf intScore > 80 Then

Computer Science & Information Technology

You might also like to view...

How is intelligent placement used to determine the best host for a virtual machine?

What will be an ideal response?

Computer Science & Information Technology

Which of the following connections has uplinks to two or more switches, service providers, or other systems?

A. multihomed connection B. external connection C. enterprise connection D. hub connection

Computer Science & Information Technology

________ is a global, online organization that offers whistleblowers an anonymous way of posting information and submitting evidence.

A. DMCA B. WikiLeaks C. MtGox D. OLPC

Computer Science & Information Technology

Which of the following cannot be part of an element’s name?

a) quotation marks b) hyphens c) underscores d) periods

Computer Science & Information Technology