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
You might also like to view...
What is the value returned when the integer 5 is the argument to the factorial method?
a. 15 b. 50 c. 100 d. 120
Audience handouts may provide space for notes next to each slide
Indicate whether the statement is true or false
When tags have been added to individual notes, how do you find then quickly?
A) Toggle command B) Pass phrase command C) Search command D) Find Tags command
When would you not need to use a fully qualified structured reference?
A. When referring to a cell outside the table B. When referring to a cell on a different worksheet C. When referring to a cell on a different workbook D. When referring to a cell within the table