The correct syntax for accessing the length of an array named Numbers is:

(a) Numbers.length()
(b) Numbers.length
(c) both A and B
(d) none of the above


(b) Numbers.length

Computer Science & Information Technology

You might also like to view...

Suppose you are 20 years old, num is an integer variable, and the statement num = 1 + CInt(InputBox("How old are you?")) is executed and responded to? What will be the output of

txtBox.Text = num & " years old" (A) 1 + "How old are you?" (B) Syntax error (C) 20 years old (D) 21 years old

Computer Science & Information Technology

How many times will the following code print out the message?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is not a VBScript sub-type?

a) string b) integer c) variant d) boolean

Computer Science & Information Technology

Describe the contents of the Advanced tab in the Internet Options applet.

What will be an ideal response?

Computer Science & Information Technology