The value of count is ________.
```
String line1 = new String("c = 1 + 2 + 3") ;
StringTokenizer tok = new StringTokenizer(line1);
int count = tok.countTokens();
```
a. 8.
b. 7.
c. 13.
d. 4.
b. 7.
Computer Science & Information Technology
You might also like to view...
Suppose an engineer increases the number of possible signal levels from two to four. How many more bits can be sent in the same amount of time? Explain.
What will be an ideal response?
Computer Science & Information Technology
____________________ is the gradual process of adding unplanned content or features to a website, resulting in a bloated website with poor focus.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology