Question: 11. If the strMsg variable contains the string The party is Saturday., which of the following assigns the number 13 to the intNum variable? a.
11. If the strMsg variable contains the string “The party is Saturday.”, which of the following assigns the number 13 to the intNum variable?
a. intNum = strMsg.Substring(0, "S")
b. intNum = strMsg.Contains("S")
c. intNum = strMsg.IndexOf("S")
d. intNum = strMsg.IndexOf(0, "S")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
