Write a program that prompts the user to read two integers and displays their sum . if anything but an integer is passed as input, your program should catch the inputmismatchexception that is thrown and prompt the user to input another number by printing "please enter an integer ."