Back to notes -- Keyboard shortcut: 'u'  previous -- Keyboard shortcut: 'p'        Slide program -- Keyboard shortcut: 't'    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