The value of count is ________.

Consider the Java segment:
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...

When users create an AND condition for their filter criteria, the results returned where ________ criteria are met

A) the last B) the first C) all D) any

Computer Science & Information Technology

PPMT should be used to calculate the specific interest paid on one installment of a loan

Indicate whether the statement is true or false

Computer Science & Information Technology