Write a Java statement to determine the length of a string variable called input.
Store the result in an
integer variable called strLength.
```
int strLength = input.length();
```
Computer Science & Information Technology
You might also like to view...
Which of the following statements are true?
a. RadioButton inherits from ButtonBase. b. RadioButton inherits from Button. c. RadioButton inherits from Labelled. d. RadioButton inherits from Control. e. RadioButton inherits from Node.
Computer Science & Information Technology
An Access database has the file extension ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
You can use the Zoom feature to magnify and reduce your document on the screen.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
Which logical operator would return the fewest records?
A. AND B. OR C. NOT D. NOR
Computer Science & Information Technology