If the strWord variable contains the string chimes, which of the following statements assigns the letter m

Question:

If the strWord variable contains the string “chimes”, which of the following statements assigns the letter m to the strLetter variable?

a. strLetter = strWord.Substring(3)

b. strLetter = strWord.Substring(3, 1)

c. strLetter = strWord.Substring(4, 1)

d. None 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: