Multiple Choice
Which one of the character testing methods would you use to determine if a sentence contains capital letters?
A) char.IsUpper
B) char.IsLetterOrDigit
C) char.IsPunctuation
D) char.IsWhiteSpace
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: The _ method returns true if the
Q21: Methods for modifying strings do not actually
Q22: Look at the following code sample: struct
Q23: Before you can use a structure to
Q24: When the data in a spreadsheet is
Q26: If you know the _ value for
Q27: The string data type has several methods
Q28: To convert a char variable to a
Q29: Like strings, enumerators must be enclosed in
Q30: 1111111<br>-In C#, you can only provide one