Multiple Choice
If a Replace method is passed ('M','m',0,3) it will:
A) replace any letter 'M' with 'm' in the first 3 characters
B) replace any letter 'M' with 'm' in the first 4 characters
C) replace the first letter 'M' with 'm' in the first 3 characters
D) replace the first letter 'M' with 'm' in the first 4 characters
Correct Answer:

Verified
Correct Answer:
Verified
Q1: If a programmer desires to use an
Q2: The Regex and Match classes are in
Q3: string indexers treat strings as:<br>A) binary code<br>B)
Q5: The IsPunctuation method returns if:<br>A) it's a
Q6: When comparing "a" to "_" the correct
Q7: Method Append is used to add the
Q8: Both stings and characters should be enclosed
Q9: The CompareTo method returns a positive number
Q10: When a quantifier is greedy it:<br>A) will
Q11: The char,int,and double types are all defined