So im writing a program for the quadratic formula, and have everything except for something that will terminate the program if a letter is entered into a, b, or c as a value. what is the best way to do so?
guess i asked the wrong question, i meant that when the program prompts the user for a integer value and the user types in a letter, i would like it to come up with Improper value input and then terminate the program. currently if you put in a letter it goes crazy and shows some strange output values.