Getting Input
Overview
Teaching: 0 min
Exercises: 0 minQuestions
How can I enter information into my program via the keyboard?
Objectives
Get input from the keyboard using
System.in
andScanner
.Read the command line parameters.
Key Points