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...

Which of the following is not one of the seven steps recommended by the NIST 800-53 standard for building an effective risk management system?

A. Understanding the impact of risk on each system in the organization B. Adjust or tailor the initial baseline of security controls after assessing the impacts of identified risk C. Monitor and assess selected controls continually D. Perform adequate penetration testing activities to ensure security of software products

Computer Science & Information Technology

The command to insert (after using the yank command) the previously killed section of the text is:

a: [Alt-y] b: [Alt-x][Ctrl-y] c: [Ctrl-yank] d: [Ctrl-y] e: [Ctrl-x] y

Computer Science & Information Technology