Hi All,
I have written a basic program that allows users to enter three integars on the command lines and then sums the integers, then provides an average of the three integars.
Can anyone give me a good example of how to inclue a try catch exception? In other words, how could I create an exception that states, if a User enters a Char instead of an Int, then printout "You must enter an integer."
Has anyone run into this before?
Thanks,
ch103