The strSerialNum variable contains the string "DRY259614". Write the Visual Basic statement that assigns the string "259614" from the strSerialNum variable to the strProductCode variable.

What will be an ideal response?


strProductCode = strSerialNum.Substring(3, 6)

OR

strProductCode = strSerialNum.Substring(3)

Computer Science & Information Technology

You might also like to view...

Arrays are ________.

a. variable-length entities b. fixed-length entities c. data structures that contain up to 10 related data items d. used to draw a sequence of lines, or “rays”

Computer Science & Information Technology

(Comparing Integers) Write a program that asks the user to enter two integers, obtains the numbers from the user, then prints the larger number followed by the words "is larger." If the numbers are equal, print the message "These numbers are equal."

What will be an ideal response?

Computer Science & Information Technology

Microsoft's search engine is called Safari

Indicate whether the statement is true or false

Computer Science & Information Technology

A PivotChart is similar to a regular chart, except it is based on the categories and structure of a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology