For the String line1 to have 4 tokens, delimArg should be:
```
String line1 = new String("c = 1 + 2 + 3") ;
StringTokenizer tok = new StringTokenizer(line1, delimArg);
```
a. String delimArg = "+=";
b. String delimArg = "123"
c. String delimArg = "c+";
d. String delimArg = " ";
a. String delimArg = "+=";
Computer Science & Information Technology
You might also like to view...
________ computers have an integrated monitor and are used when office space becomes an issue
Fill in the blank(s) with correct word
Computer Science & Information Technology
Insurance usually is considered to be a variable cost
Indicate whether the statement is true or false
Computer Science & Information Technology