Computer Science, asked by lionsdj9606, 9 months ago

How to find which value is input in java scanner class

Answers

Answered by Anonymous
12

Answer:

Java provides various ways to read input from the keyboard, the java.util.Scanner class is one of them. The Java Scanner class breaks theinput into tokens using a delimiter which is whitespace by default. It provides many methods to read and parse various primitive values.

Similar questions