What is wrong with the following VBScript code? 1 Select Case x 2 Case 1 3 Call MsgBox("1") 4 Case 2 5 Call MsgBox("2") 6 Case Else 7 Call MsgBox("?") 8 End Select

a) Nothing.
b) Line 1 should read Switch Case x and Line 8 should read End Switch.
c) There should be colons at the ends of lines 2, 4 and 6
d) There should be break statements after lines 3, 5 and 7.

Ans: (a)

Business

You might also like to view...

Relatively new or different jobs in which demand far exceeds the supply of qualified applicants are known as

(a) key jobs (b) exotic jobs (c) high-tech jobs (d) benchmark jobs

Business

In business process management (BPM), an as-is model ________

A) documents the existing business process B) contrasts the former and current states of a business process C) represents the desired state of a business process D) represents the ideal state of a business process

Business