Question: 2. Which of the following statements assigns the first three characters in the strPart variable to the strCode variable? a. strCode = strPart.Assign(0, 3) b.
2. Which of the following statements assigns the first three characters in the strPart variable to the strCode variable?
a. strCode = strPart.Assign(0, 3)
b. strCode = strPart.Assign(3, 1)
c. strCode = strPart.Sub(0, 3)
d. strCode = strPart.Substring(0, 3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
