Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 433 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 433 Bytes

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);