The quadratic.java program asks the user for the coefficients of the quadratic equation, passes them to the method that solves the equation, and displays the result. We do not deal with exception ...