1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Ratling [72]
3 years ago
14

The strFirstName and strLastName variables contain the strings "Jane" and "Jones," respectively. Which of the following statemen

ts will display a string as "Jones, Jane" (the last name, a comma, a space, and the first name) in the lblFullName control?
Computers and Technology
1 answer:
pishuonlain [190]3 years ago
7 0

Answer:

lblFullName = strLastName & ", " & strFirstName

Explanation:

The task involved here is to combine the two sting variables separated with a comma. in visual basic string concatenation can be be done with & operator the + (addition) operator may also be used as well, but this is not recommended. Observe that the lblFullName control was assigned three strings (strLastName, ", " and strFirstNam) The comma in the quotation marks is also treated as a string.

You might be interested in
Why is hard disk called random access medium​
Effectus [21]

Answer:

Data is accessed in a random-access manner, meaning the individual blocks of data can be stored and retrieved in any given order or time.

Explanation:

5 0
1 year ago
Read 2 more answers
QUESTION 9 / 10
In-s [12.5K]

Answer:

The answer is C. the bank will cancel your credit card.

Explanation:

5 0
3 years ago
What are HITs????????
nasty-shy [4]

It is namely an internet made by someone...

8 0
3 years ago
Why is there always ads i just want answers and I find the question I'm looking for and then a annoying ad look at sitejabber br
Artist 52 [7]

Answer:

then upgrade to a subscription

6 0
3 years ago
1. Which component is an input device?<br> CPU<br> b. hard drive<br> mouse<br> d. printer<br> e. RAM
Tanzania [10]
An input device would be anything you would use to change certain functionality, for instance a Mouse or Keyboard is an input device because it helps you input letters or clicks into the computer.
5 0
3 years ago
Other questions:
  • You have been instructed to connect a computer to a group of hosts that have been segmented from the regular network. What kind
    7·1 answer
  • What additional features on your router would you implement if you were setting up a small wired and wireless network
    5·1 answer
  • Lenovo's ThinkPad laptop computers is designed in the United States, the case, keyboard, and hard drive are made in Thailand; th
    14·1 answer
  • Moving Images are called________.
    15·1 answer
  • Google’s adwords system provides a quality score as a measure of _____, which indicates the usefulness of an ad message to consu
    6·1 answer
  • Question 83 :Which type of fiber optic connector connects to a terminating device by pushing the connector into the terminating
    14·1 answer
  • List and explain three computing devices from the 20th century​
    13·2 answers
  • What year did polaroid introduce one-step photography with the SX-70
    14·1 answer
  • Is windows CUI operating system??<br><br><br>What is the main purpose of folder ????<br><br><br>​
    15·1 answer
  • Which of these problems is correct if the numbers are binary numbers?Group of answer choices1 + 1 = 21 + 1 = 100 + 0 = 11 + 0 =
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!