Answer the following statements true (T) or false (F)

1) The char, int, and double types are all defined by structs.
2) There are many character methods, some of which are capable of
determining whether a character is a letter, a digit, a symbol, or a punctuation.
3) The method IsWhiteSpace is used to determine whether a character is a
space or not.
4) Method Matches can be used to get a list of all matches with a character.
5) Method Match will only return a single match with a character.

1) T
2) T
3) F
4) T
5) T

Computer Science & Information Technology

You might also like to view...

Match the following functions with the corresponding description

I. AND II. OR III. NOT IV. IF V. INDEX A. A function to test if no arguments are met B. A function to test if at least one or more conditions are met C. A function to test to see if multiple conditions are met D. Returns a value or the reference to a value within a range based on X and Y coordinates E. A function that tests if one argument is met

Computer Science & Information Technology

To create a column chart, you must first select the ________ data to be plotted

A) rows B) columns C) totals D) labels

Computer Science & Information Technology