Multiple Choice
If the value of the Date variable currently is the first day of 2011, then what is displayed by the statement txtBox.Text = CStr(currently.AddMonths(1) ) ?
A) 1/2/2011
B) 2/1/2011
C) February 1, 2011
D) Tuesday February 1, 2011
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The empty string is the same as
Q11: When a variable declared in one event
Q12: Which statement will display the words "Hello
Q13: What is the correct syntax for displaying
Q14: Which of the following is a valid
Q16: The value returned by InputBox is a
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