What is wrong with the following VBScript code?
```
1 If (s = t) Then
2 u = s + t
3 ElseIf (s > t) Then
4 u = r
5 Else
6 u = n
7 End If
```
a) Nothing
b) Line 1 should read If ( s == t ) Then
c) There should not be any parentheses in line 1 and 3
d) There is no such keyword as ElseIf
a) Nothing
You might also like to view...
In order to use gettext() in PHP, you must first install:
a. GNU bash b. GNU get text c. MySQL d. Apache Web Server
The theme selected for a presentation controls the colors used in tables and charts, but not graphics and SmartArt
Indicate whether the statement is true or false
Smartphones are small fully functional computers
Indicate whether the statement is true or false
A(n) ____________________ directs the flow of data from a local area network to another network connection.
Fill in the blank(s) with the appropriate word(s).