Skip to content

nyu-java-programming/scanner-barely-works

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains programs in the src directory which illustrate the problem of soliciting input of numeric data using Java's Scanner class. Simple solutions to this problem are given that should embarrass all Java afficionados.

Folder Structure

The workspace contains two folders by default, where:

  • src: the folder to maintain Java source code files (i.e. .java files)
  • lib: the folder to maintain dependencies (i.e. external libraries used in this project)

Compiled bytecode files (i.e. .class files) will be generated in a bin folder by default.

About

Illustration of why Java's Scanner class is barely competent at the task for which it is designed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages