Solved

Consider the Following Code Snippet: Scanner in = New Scanner

Question 43

Multiple Choice

Consider the following code snippet: Scanner in = new Scanner(. . .) ;
In) useDelimiter("[A-Za-z]+") ;
What characters will be read in using this code?


A) Only alphabetic characters will be read in.
B) Only numeric characters will be read in.
C) Only non-alphabetic characters will be read in.
D) Only non-numeric characters will be read in.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions