Which of the following concatenates the \"Do they live in\" message, the content
ID: 3805254 • Letter: W
Question
Which of the following concatenates the "Do they live in" message, the contents of the String state variable, and a question mark? a. "Do they live in" & state & b "?" b. "Do they live in & state & "?" c. Do they live in & state &? d. "Do they live in" # state # "?" Which of the following methods temporarily converts the string stored in the item variable to lowercase? a. item. Lower b. item. ToLower c. Lowercase(item) d Lower (item) If a check box is selected, its ____ property contains the Boolean value True. a. Checked b. Checkbox c Selected d SelectionExplanation / Answer
Please follow the data and description :
1) In Visual Basic we use the "&" operator so as to concatenate the two strings and their string variable data.
So for the given data we use the correct syntax to concatenate the two strings as :
"Do they live in " & state & "?".
So the answer is OPTION A ("Do they live in " & state & "?").
2) The ToLower method compares the lowercase version of the string that is stored in the respective string variable with that of the lowercase letter of the resultant character.
So the answer is OPTION B (item.ToLower).
3) If a check box is selected, its checked property contains the Boolean value as True.
So the answer is OPTION A (Checked).
Hope this is helpful.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.