Skip to content

Custom wrapper for the scanner class able to error-handle the input given to it

License

Notifications You must be signed in to change notification settings

Jkutkut/Java-SuperScanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SuperScanner:

This Java class allows to handle the basic operations of a Java.util.Scanner more easily. By the use of multiple methods, the developer is able to obtain the input required directly.

Example of use

Language support:

  • English:
SuperScanner scanner = new SuperScanner.En(System.in);
  • Español:
SuperScanner scanner = new SuperScanner.Es(System.in);

About

Custom wrapper for the scanner class able to error-handle the input given to it

Topics

Resources

License

Stars

Watchers

Forks

Languages