The StrFirstName and StrLastName Variables Contain the Strings "Jane" and "Jones",respectively.Which
Multiple Choice
The strFirstName and strLastName variables contain the strings "Jane" and "Jones",respectively.Which of the following statements will display a string as "Jones,Jane" (the last name,a comma,a space,and the first name) in the lblFullName control?
A) lblFullName = strLastName, & strFirstName
B) lblFullName = strLastName & ", " strFirstName
C) lblFullName = strLastName & ", " & strFirstName
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q8: Date variables are automatically set to which
Q9: You use the _ operator to concatenate
Q10: When a button is selected,the computer processes
Q11: A variable declared in the Declaration section
Q12: You declare a class-level variable using the
Q14: The decBalance variable contains the number 1368.52.Write
Q15: A default button is identified by setting
Q16: A local gym needs an application to
Q17: Which of the following statements declares a
Q18: A control's _ event occurs when a