Contribute to Surbhi-Manker/Java_Basic_Codes_by_SURBHI development by creating an account on GitHub.
Scanner is a class in java.util package used for obtaining the input of the primitive types like int, double, etc. and strings. It is the easiest way to read input in a Java program, though not very ...