If the strWord variable contains the string “crispy”, which of the following statementsassigns 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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here