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