Multiple Choice
Which one of the following character testing methods would you use to determine if a character is a number in the range 0 through 9?
A) char.IsDigit
B) char.IsLower
C) char.IsPunctuation
D) char.IsWhiteSpace
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Look at the following code sample: struct
Q2: When you create a structure object with
Q3: If you pass an uppercase letter to
Q4: The _ can be used to retrieve
Q6: You can use a subscript expression such
Q7: Which one of the character testing methods
Q8: The _ data type is used to
Q9: You can assign an enumerator directly to
Q10: The fields contained in structure must all
Q11: Once you have created an instance of