% java ConsoleTest Type a string: This is any ol' string This is any ol' string Type a string: All such strings are terminated by newlines All such strings are terminated by newlines Type an integer: blah Not an integer: blah Please try again! Type an integer: 123 123 Type an integer: 45.67 Not enough coffee this morning, eh? Please try again! Type an integer: 888 888 Type a float: foo Not a floating point number: foo Please try again! Type a float: 3.14 3.14 Type a float: bar Having a bad day? Let's try that again! Type a float: 999 999.0 %