Skip to content
#

scanner-class

Here are 8 public repositories matching this topic...

Language: All
Filter by language

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.

  • Updated Jan 17, 2023
  • Java

Improve this page

Add a description, image, and links to the scanner-class topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scanner-class topic, visit your repo's landing page and select "manage topics."

Learn more