My computer science teacher has instructed us to create a quadratic formula program. I am fine with everything except how to avoid this in the guidelines! Any ideas?
"c. Input Failure. It is possible that the user could type something that cin cannot convert to numeric input. If this happens, alert the user that input failure has occurred and end the program"