Write the Visual Basic statement that inserts "RVI" at the beginning of the string in the followingstrPolicyNumand assigns it to thestrPolicyNumvariable.strPolicyNum = "576892"
What will be an ideal response?
strPolicyNum = strPolicyNum.Insert(0, "RVI")
Computer Science & Information Technology
You might also like to view...
The printf() message automatically advances the cursor to the next line.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The Themes gallery is located on the _____ Ribbon tab.
A. Home B. Design C. Insert D. View
Computer Science & Information Technology