Multiple Choice
The IsPunctuation method returns if:
A) it's a period (.) or a comma (,)
B) it's a period (.) , a comma (,) , a !, a ?, a colon (:) , or a semicolon (;)
C) it's all of b) including all the braces ((, {, and [)
D) anything that's not a letter or a white space
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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)
Q4: If a Replace method is passed ('M','m',0,3)it
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