Skip to content
#

input-from-user

Here is 1 public repository matching this topic...

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 input-from-user 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 input-from-user topic, visit your repo's landing page and select "manage topics."

Learn more