logo Practice-It logo

BJP3 Self-Check 6.7: scannerTokenTypes

Language/Type: Java file processing Scanner
Author: Marty Stepp (on 2013/09/02)

The following input file contains 17 total tokens that could be read by a Scanner. What are they?

Hello there,how are you?
I am "very well", thank you.
12 34 5.67 (8 + 9) "10"

(Be careful about spacing; use exactly the spacing shown, when it is relevant to consider spacing in your answer. Write the tokens without quotation marks around them, unless there is an actual quotation mark in the input data.) How many of the tokens could be read as an integer, as a real number, and as a string?

token #1
token #2
token #3
token #4
token #5
token #6
token #7
token #8
token #9
token #10
token #11
token #12
token #13
token #14
token #15
token #16
token #17
# of tokens that can be read as an integer
# of tokens that can be read as a real number
# of tokens that can be read as a string

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.