Lecture 9, throw/catch exceptions Write a method that reads in 2 integers and throws an exception if either is negative Write a piece of code that calls that method - show the exception being thrown Modify the calling code to catch the exception