Solved

The StrFirstName and StrLastName Variables Contain the Strings "Jane" and "Jones",respectively.Which

Question 13

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions