What value is assigned to the variable strSnip when the following statements execute?

Dim strSnip As String
Dim strFullString As String = “Washington”
strSnip = strFullString.Substring(7)

a. “ton”
b. “ash”
c. “Was”
d. “Washing”


a. “ton”

Computer Science & Information Technology

You might also like to view...

A built-in macro used to modify the indenting of a bulleted or numbered list

a. AutoClose b. AdjustListIndents c. AutoMacro

Computer Science & Information Technology

System Preferences in OS X is the equivalent to Control Panel in Windows

Indicate whether the statement is true or false

Computer Science & Information Technology

You can think of the Shape Builder tool as a combination of the Live Paint Bucket tool and the Pathfinder buttons.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A transfer of control occurs when:

a) a program changes from input to output, or vice versa b) a logic error occurs in a program c) a statement other than the next one in the program executes d) None of the above.

Computer Science & Information Technology