Hi!
Kindly help me to add exception handling in my program. Suppose someone entered text instead of integer. I have just begin learning and need your help.


import java.util.Scanner;

public...