Mimic the exception program I introduced in class

a. Write a program that crashes when a user gives a file name for reading that doesn't exist.

b. Fix this crash using exceptions

c. Write a program that crashes when a user gives a word when the program wants a number.

d. Fix this crash using exceptions


Last modified: Wednesday, October 9, 2019, 10:37 AM