Screen Output and Keyboard Input
Objectives¶
- Write program output using
System.outandSystem.err. - Do basic formatting of output with special characters and
Stringconcatenation. - Use
System.inandjava.util.Scannerto get input from the user's keyboard.