Which of the following returns the Boolean value True when the strPetName variable contains the string Felix?

Question:

Which of the following returns the Boolean value True when the strPetName variable contains the string “Felix”?

a. strPetName.Contains("x")

b. strPetName Like "F*"

c. strPetName.Substring(1, 2) = "el"

d. All of the above

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: