Question: 5. Which of the following methods can be used to determine whether the strAmount variable contains the dollar sign? a. blnResult = strAmount.Contains($) b. intResult
5. Which of the following methods can be used to determine whether the strAmount variable contains the dollar sign?
a. blnResult = strAmount.Contains("$")
b. intResult = strAmount.IndexOf("$")
c. intResult = strAmount.IndexOf("$", 0)
d. all of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
