Multiple Choice
What will be the value of numVar when the following code is executed? Dim strVar As String, numVar As Integer
strvar "Now is the time for all good men"
numVar strVar. Indexof ("the time for")
A) "Now is all good men"
B) "12"
C) 7
D) 8
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which of the following code statements generates
Q20: The statement Const TAX_RATE As Double is
Q21: An assignment statement of the form intVar
Q22: Given the data assigned to the string
Q23: What character is used to signify the
Q25: The following statements assign the lowercase letters
Q26: Which of the numbers below is equivalent
Q27: You can use a variable name in
Q28: The following statement is valid where dog
Q29: An assignment statement is used to assign