The ________ method returns a string array containing substrings from the string on which it is called.
a) ToArray
b) GetSubstrings
c) Split
d) ToWords
e) Divide
c) Split
Computer Science & Information Technology
You might also like to view...
A feature of Microsoft Edge is that you can pin websites to the Start menu
Indicate whether the statement is true or false
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. True/False: In order to swap the values of two variables, it is necessary to use a third variable as a temporary holding location. 2. True/False: A binary search looks for a desired item by comparing the search item to each data item in order, from first to last, until a match is found. 3. True/False: The binary search requires that the array of data to be searched is in numerical or alphabetical order.
Computer Science & Information Technology