https://github.com/vaibhavmojidra/java---demo-scanner-class-in-java
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 efficient if you want an input method for scenarios where time is a constraint like in competitive programming.
https://github.com/vaibhavmojidra/java---demo-scanner-class-in-java
input-from-user java mojidra scanner-class vaibhav vaibhav-mojidra vaibhavmojidra
Last synced: about 1 year ago
JSON representation
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 efficient if you want an input method for scenarios where time is a constraint like in competitive programming.
- Host: GitHub
- URL: https://github.com/vaibhavmojidra/java---demo-scanner-class-in-java
- Owner: VaibhavMojidra
- License: mit
- Created: 2023-01-17T19:26:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T19:27:02.000Z (over 3 years ago)
- Last Synced: 2025-02-16T01:13:46.698Z (over 1 year ago)
- Topics: input-from-user, java, mojidra, scanner-class, vaibhav, vaibhav-mojidra, vaibhavmojidra
- Language: Java
- Homepage: https://vaibhavmojidra.github.io/site/
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Demo Scanner Class In Java
[](https://vaibhavmojidra.github.io/site/)