
integer. In Chapter 6, we show you how to avoid this exception, and in
Chapter 11, we show you how to intercept the exception and recover from
it.
If the user doesn’t type anything when prompted, or if the user types some
characters but doesn’t press Enter, the program will simply wait until the
user does press Enter.
134 CHAPTER 3 Object-Oriented Programming,Part 1: Using Classes
3.19.1 Multiple Choice Exercises
Questions 1,11
3.19.2 Reading and Understanding Code
Questions 14,15,16
3.19.3 Fill In the Code
Questions 24,25,26,27
3.19.4 Identifying Errors in Code
Questions 36,37,38,39,43
3.19.5 Debugging Area
Questions 45,49
3.19.6 Write a Short Program
Questions ...