Which of the following assigns the number of characters in the strAddress variable to the intNum variable?

Question:

Which of the following assigns the number of characters in the strAddress variable to the intNum variable?
a. intNum = strAddress.Length
b. intNum = strAddress.LengthOf
c. intNum = Length(strAddress)
d. intNum = LengthOf(strAddress)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: