Computer Applications
Mention the syntax to use '?' as a token delimiter.
Input in Java
27 Likes
Answer
in.useDelimiter("\\?");
Here, 'in' is the Scanner class object
Answered By
14 Likes
Mention the syntax to use '?' as a token delimiter.
27 Likes
in.useDelimiter("\\?");
Here, 'in' is the Scanner class object
Answered By
14 Likes