Multiple Choice
Given the data assigned to the string variable str2 shown below, which of the following statements will assign the value ALL to the string variable str1?
str2 = "WHEN ALL ELSE FAILS, READ THE DIRECTIONS"
A) str1 = str2.Substring(5)
B) str1 = str2.Indestr1OfStr("ALL")
C) str1 = str2.Substring(6, 3)
D) str1 = str2.Substring(5, 3)
Correct Answer:

Verified
Correct Answer:
Verified
Q17: The value of DateDiff(DateInterval.Day, #1/1/2014#, #2/1/2014#) is
Q18: The following statement contains what type of
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
Q23: What character is used to signify the
Q24: What will be the value of
Q25: The following statements assign the lowercase letters
Q26: Which of the numbers below is equivalent
Q27: You can use a variable name in