If the strWord variable contains the string crispy, which of the following statements assigns the letter s

Question:

If the strWord variable contains the string “crispy”, which of the following statements assigns the letter s 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:

Question Posted: