Back to slide -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'                introductory-examples/io/i-output - A sample dialog with the Console IO demo program.Lecture 2 - slide 16 : 43
Program 4

Input a single character: a   
Character read: a
Input an integer: 123   
Integer read: 123
Input a double: 456,789   
Double read: 456,79