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?