This lesson is still being designed and assembled (Pre-Alpha version)

Getting Input

Overview

Teaching: 0 min
Exercises: 0 min
Questions
  • How can I enter information into my program via the keyboard?

Objectives
  • Get input from the keyboard using System.in and Scanner.

  • Read the command line parameters.

Key Points